From 5e7d21dadf4c03aeb63e42720a8c52c2cf57917a Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 14 Mar 2010 13:13:18 -0500 Subject: Schedule boundary conditions in ML_PseudoEvolution --- ML_ADMConstraints/schedule.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ML_ADMConstraints') diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl index 933463d..e0d2615 100644 --- a/ML_ADMConstraints/schedule.ccl +++ b/ML_ADMConstraints/schedule.ccl @@ -23,19 +23,19 @@ schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister OPTIONS: meta } "register symmetries" -schedule ML_ADMConstraints IN MoL_PseudoEvolution +schedule ML_ADMConstraints IN MoL_PseudoEvolution BEFORE ML_ADMConstraints_SelectBoundConds { LANG: C SYNC: ML_Ham SYNC: ML_mom } "ML_ADMConstraints" -schedule ML_ADMConstraints_boundary IN MoL_PseudoEvolution AFTER ML_ADMConstraints +schedule ML_ADMConstraints_boundary IN MoL_PseudoEvolution BEFORE ML_ADMConstraints_SelectBoundConds { LANG: C } "ML_ADMConstraints_boundary" -schedule ML_ADMConstraints_SelectBoundConds in MoL_PostStep +schedule ML_ADMConstraints_SelectBoundConds in MoL_PseudoEvolution { LANG: C OPTIONS: level @@ -47,7 +47,7 @@ schedule ML_ADMConstraints_CheckBoundaries at BASEGRID OPTIONS: meta } "check boundaries treatment" -schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds +schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PseudoEvolution after ML_ADMConstraints_SelectBoundConds { # no language specified } "Apply boundary conditions controlled by thorn Boundary" -- cgit v1.2.3