aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-08-25 10:07:07 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:21:17 +0000
commit1262847796dd1bdf154b0e988dea4cd743b1844b (patch)
tree9e3ac63a43334061e89191682430ac4cf116aa70 /Carpet/Carpet
parentdaf8e16301a19f0aaa6a5506ccc4a819bd12855d (diff)
Carpet: Correct (again) three-timelevel initialisation
Diffstat (limited to 'Carpet/Carpet')
-rw-r--r--Carpet/Carpet/src/Initialise.cc11
1 files changed, 11 insertions, 0 deletions
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");
}