aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1b687c0..526e77d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -5,6 +5,7 @@ storage: conformal_state
schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
{
LANG: C
+ OPTIONS: global
} "Check that we can deal with this metric_type and have enough conformal derivatives"
schedule ADMConstraints_ConformalCheck at CCTK_POSTINITIAL
@@ -12,9 +13,10 @@ schedule ADMConstraints_ConformalCheck at CCTK_POSTINITIAL
LANG: C
} "Set conformal_state to 0 for physical, or check that it is at least 3"
-schedule ADMConstraint_InitSymBound at CCTK_BASEGRID
+schedule ADMConstraint_InitSymBound at CCTK_WRAGH
{
LANG: Fortran
+ OPTIONS: global
} "Register GF symmetries for ADM Constraints"
if (constraints_persist)