aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints_MP/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADMConstraints_MP/schedule.ccl')
-rw-r--r--ML_ADMConstraints_MP/schedule.ccl21
1 files changed, 15 insertions, 6 deletions
diff --git a/ML_ADMConstraints_MP/schedule.ccl b/ML_ADMConstraints_MP/schedule.ccl
index dfa7202..a20f509 100644
--- a/ML_ADMConstraints_MP/schedule.ccl
+++ b/ML_ADMConstraints_MP/schedule.ccl
@@ -33,12 +33,6 @@ schedule ML_ADMConstraints_MP_Startup at STARTUP
OPTIONS: meta
} "create banner"
-schedule ML_ADMConstraints_MP_RegisterVars in MoL_Register
-{
- LANG: C
- OPTIONS: meta
-} "Register Variables for MoL"
-
schedule ML_ADMConstraints_MP_RegisterSymmetries in SymmetryRegister
{
LANG: C
@@ -53,6 +47,15 @@ schedule group ML_ADMConstraints_MP_group in MoL_PseudoEvolution after MoL_PostS
schedule ML_ADMConstraints_MP in ML_ADMConstraints_MP_group
{
LANG: C
+ READS: ADMBase::curv
+ READS: ADMBase::lapse
+ READS: ADMBase::metric
+ READS: ADMBase::shift
+ READS: TmunuBase::stress_energy_scalar
+ READS: TmunuBase::stress_energy_tensor
+ READS: TmunuBase::stress_energy_vector
+ WRITES: ML_ADMConstraints_MP::ML_Ham
+ WRITES: ML_ADMConstraints_MP::ML_mom
} "ML_ADMConstraints_MP"
schedule ML_ADMConstraints_MP_SelectBCs in ML_ADMConstraints_MP_bc_group
@@ -90,6 +93,12 @@ schedule ML_ADMConstraints_MP_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
+schedule ML_ADMConstraints_MP_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
schedule group ApplyBCs as ML_ADMConstraints_MP_ApplyBCs in MoL_PostStep after ML_ADMConstraints_MP_SelectBoundConds
{
# no language specified