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.ccl53
1 files changed, 53 insertions, 0 deletions
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
new file mode 100644
index 0000000..f0e8a8b
--- /dev/null
+++ b/ML_ADMConstraints/schedule.ccl
@@ -0,0 +1,53 @@
+# File produced by Kranc
+
+
+STORAGE: ML_Ham[3]
+
+STORAGE: ML_mom[3]
+
+schedule ML_ADMConstraints_Startup at STARTUP
+{
+ LANG: C
+ 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
+ OPTIONS: meta
+} "register symmetries"
+
+schedule ML_ADMConstraints AT evol AFTER MoL_Evolution
+{
+ LANG: C
+ SYNC: ML_Ham
+ SYNC: ML_mom
+} "ML_ADMConstraints"
+
+schedule ML_ADMConstraints_boundary AT evol AFTER MoL_Evolution AFTER ML_ADMConstraints
+{
+ LANG: C
+} "ML_ADMConstraints_boundary"
+
+schedule ML_ADMConstraints_SelectBoundConds in MoL_PostStep
+{
+ LANG: C
+ OPTIONS: level
+} "select boundary conditions"
+
+schedule ML_ADMConstraints_CheckBoundaries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "check boundaries treatment"
+
+schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds
+{
+ # no language specified
+} "Apply boundary conditions controlled by thorn Boundary"