aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorshawley <>2002-07-18 12:32:00 +0000
committershawley <>2002-07-18 12:32:00 +0000
commit7b5bbe53557ccef49841d0c95825455d62e5414f (patch)
tree25e96b742d0de30bbee929eb3d3a56c0579b7b72 /Carpet/Carpet/src/carpet.hh
parent4dffb70b47624079232b83f4a79c752ba0fa2cd9 (diff)
added prototypes for Flip...Coarser and Copy...ToPrevs
darcs-hash:20020718123247-e415b-256f912c2b87a6a6166a6df40d0e143716e11e44.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 40be26e61..4e08cdc4f 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.17 2002/06/06 14:20:15 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet.hh,v 1.18 2002/07/18 14:32:47 shawley Exp $
#include "Carpet/CarpetLib/src/gh.hh"
@@ -9,6 +9,8 @@ namespace Carpet {
void Regrid (const cGH* cgh);
void CycleTimeLevels (const cGH* cgh);
void FlipTimeLevels (const cGH* cgh);
+ void FlipTimeLevelsOnCoarser (const cGH* cgh, const int cur_rl);
+ void CopyCurrToPrevTimeLevels (const cGH* cgh, const int cur_rl);
void Restrict (const cGH* cgh);
void Recompose (const cGH* cgh,