From 1262847796dd1bdf154b0e988dea4cd743b1844b Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 25 Aug 2010 10:07:07 -0400 Subject: Carpet: Correct (again) three-timelevel initialisation --- Carpet/Carpet/src/Initialise.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Carpet/Carpet') diff --git a/Carpet/Carpet/src/Initialise.cc b/Carpet/Carpet/src/Initialise.cc index 1ff189dd7..785f3cfdc 100644 --- a/Carpet/Carpet/src/Initialise.cc +++ b/Carpet/Carpet/src/Initialise.cc @@ -1053,12 +1053,23 @@ namespace Carpet { Waypoint ("Initialising three timelevels:"); +#if 0 initialise_3tl_flip_timelevels (cctkGH); initialise_3tl_evolve (cctkGH); // TODO: May want to restrict here if possible (i.e. if the time // refinement factor is one) initialise_3tl_recycle (cctkGH); initialise_3tl_flip_timelevels (cctkGH); +#endif + + initialise_3tl_flip_timelevels (cctkGH); + initialise_3tl_evolve (cctkGH); + initialise_3tl_evolve (cctkGH); + // TODO: May want to restrict where possible (i.e. if the time + // refinement factor is one) + initialise_3tl_recycle (cctkGH); + initialise_3tl_recycle (cctkGH); + initialise_3tl_flip_timelevels (cctkGH); Waypoint ("Finished initialising three timelevels"); } -- cgit v1.2.3