aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 2b44cd1..98df5fd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -41,7 +41,15 @@ if (constraints_persist)
schedule GROUP ADMConstraintsGroup at CCTK_EVOL after MoL_Evolution
{
} "Evaluate ADM constraints, and perform symmetry boundary conditions"
+
+ schedule GROUP ADMConstraintsGroup at CCTK_POSTREGRID after MoL_PostStep
+ {
+ } "Evaluate ADM constraints, and perform symmetry boundary conditions"
+ schedule GROUP ADMConstraintsGroup at CCTK_POSTRESTRICT after MoL_PostStep
+ {
+ } "Evaluate ADM constraints, and perform symmetry boundary conditions"
+
schedule GROUP ADMConstraintsBoundariesGroup at CCTK_POSTREGRID after MoL_PostStep
{
} "Set ADM constraints on the boundary"