aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorschnetter <>2003-05-02 12:22:00 +0000
committerschnetter <>2003-05-02 12:22:00 +0000
commit1c9e70e32ad4f267ac07490114bf8d13f26641ae (patch)
treef64aa84e2df7866575f24c6ef4325df2a6a26c2b /Carpet/Carpet/src/carpet.hh
parent3076318709363ac0c1de93993df67c183c164b7b (diff)
Add a routine to call a schedule group from global mode.
darcs-hash:20030502122231-07bb3-854522265e6ab9d57d3b24ba5af3437af07a3bc6.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index ed504c119..bce4c0a27 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.21 2002/11/16 19:10:50 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.22 2003/05/02 14:22:32 schnetter Exp $
#ifndef CARPET_HH
#define CARPET_HH
@@ -11,7 +11,7 @@
namespace Carpet {
- void Regrid (const cGH* cgh);
+ void Regrid (const cGH* cgh, const int initialise_upto = -1);
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
void Restrict (const cGH* cgh);
@@ -19,7 +19,8 @@ namespace Carpet {
void Recompose (const cGH* cgh,
const gh<dim>::rexts& bbsss,
const gh<dim>::rbnds& obss,
- const gh<dim>::rprocs& pss);
+ const gh<dim>::rprocs& pss,
+ const int initialise_upto = -1);
enum checktimes { currenttime,
currenttimebutnotifonly,