aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl19
1 files changed, 16 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0012a25..7011caa 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,20 @@
# Schedule definitions for thorn Cartoon2D
# $Header$
-schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK
+if (cartoon_active)
{
- LANG: C
-} "Check Cartoon2D parameters"
+ schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check Cartoon2D parameters"
+
+ schedule Cartoon_SetSym_Einstein at CCTK_BASEGRID after SpatialCoordinates
+ {
+ LANG: C
+ } "Reset symmetries for Einstein grid functions"
+
+ schedule Cartoon_SetSym_BSSN at CCTK_BASEGRID after SpatialCoordinates
+ {
+ LANG: C
+ } "Reset symmetries for ADM_BSSN grid functions"
+}