aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 909aec0..7a1204b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,5 @@
-# Make sure there is storage for the conformal state flag
-# so we can use it irrespective of metric_type
-storage: conformal_state
+# Schedule definitions for thorn ADMConstraints
+# $Header$
schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
{
@@ -38,10 +37,14 @@ if (constraints_persist)
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
+ schedule GROUP ADMConstraintsGroup at CCTK_POST_RECOVER_VARIABLES after (MoL_PostStep MoL_PostInitial)
+ {
+ } "Evaluate ADM constraints, and perform symmetry boundary conditions"
+
schedule GROUP ADMConstraintsGroup at CCTK_EVOL after MoL_Evolution
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
-
+
schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"