aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADMConstraints/schedule.ccl')
-rw-r--r--ML_ADMConstraints/schedule.ccl21
1 files changed, 15 insertions, 6 deletions
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
index a57f9b5..095a226 100644
--- a/ML_ADMConstraints/schedule.ccl
+++ b/ML_ADMConstraints/schedule.ccl
@@ -33,12 +33,6 @@ schedule ML_ADMConstraints_Startup at STARTUP
OPTIONS: meta
} "create banner"
-schedule ML_ADMConstraints_RegisterVars in MoL_Register
-{
- LANG: C
- OPTIONS: meta
-} "Register Variables for MoL"
-
schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister
{
LANG: C
@@ -53,6 +47,15 @@ schedule group ML_ADMConstraints_group in MoL_PseudoEvolution after MoL_PostStep
schedule ML_ADMConstraints in ML_ADMConstraints_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::ML_Ham
+ WRITES: ML_ADMConstraints::ML_mom
} "ML_ADMConstraints"
schedule ML_ADMConstraints_SelectBCs in ML_ADMConstraints_bc_group
@@ -90,6 +93,12 @@ schedule ML_ADMConstraints_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
+schedule ML_ADMConstraints_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds
{
# no language specified