aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 97d701d..dd268f5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -9,6 +9,11 @@ schedule Einstein_ActivateSlicing at CCTK_WRAGH
LANG: C
} "Initialize slicing, setup priorities for mixed slicings"
+schedule Einstein_SetNextSlicing at CCTK_WRAGH after Einstein_ActivateSlicing
+{
+ LANG: C
+} "Identify the slicing for the next iteration"
+
schedule Einstein_SetNextSlicing at CCTK_PRESTEP
{
LANG: C