aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADMQuantities')
-rw-r--r--ML_ADMQuantities/schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ML_ADMQuantities/schedule.ccl b/ML_ADMQuantities/schedule.ccl
index b33d8fe..7bf4931 100644
--- a/ML_ADMQuantities/schedule.ccl
+++ b/ML_ADMQuantities/schedule.ccl
@@ -23,19 +23,19 @@ schedule ML_ADMQuantities_RegisterSymmetries in SymmetryRegister
OPTIONS: meta
} "register symmetries"
-schedule ML_ADMQuantities IN MoL_PseudoEvolution
+schedule ML_ADMQuantities IN MoL_PseudoEvolution BEFORE ML_ADMQuantities_SelectBoundConds
{
LANG: C
SYNC: ML_Jadm
SYNC: ML_Madm
} "ML_ADMQuantities"
-schedule ML_ADMQuantities_boundary IN MoL_PseudoEvolution AFTER ML_ADMQuantities
+schedule ML_ADMQuantities_boundary IN MoL_PseudoEvolution BEFORE ML_ADMQuantities_SelectBoundConds
{
LANG: C
} "ML_ADMQuantities_boundary"
-schedule ML_ADMQuantities_SelectBoundConds in MoL_PostStep
+schedule ML_ADMQuantities_SelectBoundConds in MoL_PseudoEvolution
{
LANG: C
OPTIONS: level
@@ -47,7 +47,7 @@ schedule ML_ADMQuantities_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
-schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in MoL_PostStep after ML_ADMQuantities_SelectBoundConds
+schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in MoL_PseudoEvolution after ML_ADMQuantities_SelectBoundConds
{
# no language specified
} "Apply boundary conditions controlled by thorn Boundary"