From f264200d9d15cd29124d3d286b751af4b2b811da Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 25 Aug 2010 12:02:00 -0400 Subject: CarpetLib: Add refluxing function to ggf class --- Carpet/CarpetLib/src/ggf.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Carpet/CarpetLib/src/ggf.hh') 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); -- cgit v1.2.3