aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities_O2
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-03-14 13:13:18 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-03-14 13:13:18 -0500
commit5e7d21dadf4c03aeb63e42720a8c52c2cf57917a (patch)
tree0b69e1f5f475e1e8bfe5d29e3934fb190d9bfde2 /ML_ADMQuantities_O2
parent213ad0628fce0a5b8b38f4aa8f200177452faddf (diff)
Schedule boundary conditions in ML_PseudoEvolution
Diffstat (limited to 'ML_ADMQuantities_O2')
-rw-r--r--ML_ADMQuantities_O2/schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ML_ADMQuantities_O2/schedule.ccl b/ML_ADMQuantities_O2/schedule.ccl
index 72c9cc8..ea46d09 100644
--- a/ML_ADMQuantities_O2/schedule.ccl
+++ b/ML_ADMQuantities_O2/schedule.ccl
@@ -23,19 +23,19 @@ schedule ML_ADMQuantities_O2_RegisterSymmetries in SymmetryRegister
OPTIONS: meta
} "register symmetries"
-schedule ML_ADMQuantities_O2 IN MoL_PseudoEvolution
+schedule ML_ADMQuantities_O2 IN MoL_PseudoEvolution BEFORE ML_ADMQuantities_O2_SelectBoundConds
{
LANG: C
SYNC: ML_Jadm
SYNC: ML_Madm
} "ML_ADMQuantities_O2"
-schedule ML_ADMQuantities_O2_boundary IN MoL_PseudoEvolution AFTER ML_ADMQuantities_O2
+schedule ML_ADMQuantities_O2_boundary IN MoL_PseudoEvolution BEFORE ML_ADMQuantities_O2_SelectBoundConds
{
LANG: C
} "ML_ADMQuantities_O2_boundary"
-schedule ML_ADMQuantities_O2_SelectBoundConds in MoL_PostStep
+schedule ML_ADMQuantities_O2_SelectBoundConds in MoL_PseudoEvolution
{
LANG: C
OPTIONS: level
@@ -47,7 +47,7 @@ schedule ML_ADMQuantities_O2_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
-schedule group ApplyBCs as ML_ADMQuantities_O2_ApplyBCs in MoL_PostStep after ML_ADMQuantities_O2_SelectBoundConds
+schedule group ApplyBCs as ML_ADMQuantities_O2_ApplyBCs in MoL_PseudoEvolution after ML_ADMQuantities_O2_SelectBoundConds
{
# no language specified
} "Apply boundary conditions controlled by thorn Boundary"