aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-09-25 21:32:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-09-25 21:32:00 +0000
commite9d768636f8f187c354597d73c121a58fbb71467 (patch)
tree89e9fcd80f2c8ec74f7719991989d613381d1551 /Carpet/Carpet/src/carpet.hh
parentbfc90ab053c760a00d000b55c450dd2906466bc6 (diff)
Carpet: Restructure Recompose.cc
Restructure and clean up Recompose.cc. Regridding now consists of two steps, first calling Recompose once, then calling Regrid on each refinement level. darcs-hash:20060925213242-dae7b-c72f88f966e9ccbf1c43f89c207af15cff535b69.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 40a5f6f55..a26b12412 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -33,7 +33,8 @@ namespace Carpet {
int CallFunction (void* function, cFunctionData* attribute, void* data);
// Other functions
- bool Regrid (const cGH* cgh, const bool force_recompose, const bool do_init);
+ bool Regrid (cGH const * cctkGH, bool force_recompose);
+
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
void SyncGroups (const cGH* cgh, const vector<int>& groups);