aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_WaveToy/schedule.ccl')
-rw-r--r--ML_WaveToy/schedule.ccl22
1 files changed, 16 insertions, 6 deletions
diff --git a/ML_WaveToy/schedule.ccl b/ML_WaveToy/schedule.ccl
index 9517af0..20b055e 100644
--- a/ML_WaveToy/schedule.ccl
+++ b/ML_WaveToy/schedule.ccl
@@ -43,12 +43,6 @@ schedule ML_WaveToy_Startup at STARTUP
OPTIONS: meta
} "create banner"
-schedule ML_WaveToy_RegisterVars in MoL_Register
-{
- LANG: C
- OPTIONS: meta
-} "Register Variables for MoL"
-
schedule ML_WaveToy_RegisterSymmetries in SymmetryRegister
{
LANG: C
@@ -58,11 +52,17 @@ schedule ML_WaveToy_RegisterSymmetries in SymmetryRegister
schedule WT_Gaussian AT initial
{
LANG: C
+ WRITES: ML_WaveToy::WT_rho
+ WRITES: ML_WaveToy::WT_u
} "WT_Gaussian"
schedule WT_RHS IN MoL_CalcRHS
{
LANG: C
+ READS: ML_WaveToy::WT_rho
+ READS: ML_WaveToy::WT_u
+ WRITES: ML_WaveToy::WT_rhorhs
+ WRITES: ML_WaveToy::WT_urhs
} "WT_RHS"
schedule WT_RHS AT analysis
@@ -70,6 +70,10 @@ schedule WT_RHS AT analysis
LANG: C
SYNC: WT_rhorhs
SYNC: WT_urhs
+ READS: ML_WaveToy::WT_rho
+ READS: ML_WaveToy::WT_u
+ WRITES: ML_WaveToy::WT_rhorhs
+ WRITES: ML_WaveToy::WT_urhs
} "WT_RHS"
schedule ML_WaveToy_SelectBoundConds in MoL_PostStep
@@ -86,6 +90,12 @@ schedule ML_WaveToy_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
+schedule ML_WaveToy_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
schedule group ApplyBCs as ML_WaveToy_ApplyBCs in MoL_PostStep after ML_WaveToy_SelectBoundConds
{
# no language specified