aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-08-25 12:02:00 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:21:20 +0000
commitf264200d9d15cd29124d3d286b751af4b2b811da (patch)
treea9c451331d570991406317a7526b55999381546e /Carpet/CarpetLib/src/ggf.hh
parentaa7aa644f6b2ca763ebddf5005acb1ef4476e5d6 (diff)
CarpetLib: Add refluxing function to ggf class
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.hh')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 3badcff14..d9412f822 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -143,6 +143,10 @@ public:
// Prolongate a refinement level
void ref_prolongate_all (comm_state& state,
int tl, int rl, int ml, CCTK_REAL time);
+
+ // Reflux a refinement level
+ void ref_reflux_all (comm_state& state,
+ int tl, int rl, int ml, int dir, int face);