aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Initialise.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/Initialise.cc')
-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");
}