aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 650e61b..7a33dd3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,3 +1,18 @@
+
+# Make sure there is storage for the conformal state flag
+# so we can use it irrespective of metric_type
+storage: conformal_state
+
+schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check that we can deal with this metric_type and have enough conformal derivatives"
+
+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
{
LANG: Fortran