aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADMConstraints')
-rw-r--r--ML_ADMConstraints/schedule.ccl13
1 files changed, 4 insertions, 9 deletions
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
index 74b3d66..9840015 100644
--- a/ML_ADMConstraints/schedule.ccl
+++ b/ML_ADMConstraints/schedule.ccl
@@ -23,7 +23,7 @@ schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister
OPTIONS: meta
} "register symmetries"
-schedule group ML_ADMConstraints_group in MoL_PseudoEvolution
+schedule group ML_ADMConstraints_group in MoL_PseudoEvolution after MoL_PostStep
{
# no language specified
} "ML_ADMConstraints"
@@ -51,17 +51,12 @@ schedule group ML_ADMConstraints_bc_group in ML_ADMConstraints_group after ML_AD
# no language specified
} "ML_ADMConstraints"
-schedule group ML_ADMConstraints_bc_group at CCTK_POSTRESTRICT
+schedule group ML_ADMConstraints_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
# no language specified
} "ML_ADMConstraints"
-schedule group ML_ADMConstraints_bc_group at CCTK_POSTRESTRICTINITIAL
-{
- # no language specified
-} "ML_ADMConstraints"
-
-schedule ML_ADMConstraints_SelectBoundConds in MoL_PseudoEvolution
+schedule ML_ADMConstraints_SelectBoundConds in MoL_PostStep
{
LANG: C
OPTIONS: level
@@ -73,7 +68,7 @@ schedule ML_ADMConstraints_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
-schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PseudoEvolution after ML_ADMConstraints_SelectBoundConds
+schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds
{
# no language specified
} "Apply boundary conditions controlled by thorn Boundary"