aboutsummaryrefslogtreecommitdiff
path: root/ML_Kretschmann/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_Kretschmann/schedule.ccl')
-rw-r--r--ML_Kretschmann/schedule.ccl81
1 files changed, 81 insertions, 0 deletions
diff --git a/ML_Kretschmann/schedule.ccl b/ML_Kretschmann/schedule.ccl
new file mode 100644
index 0000000..6d8259a
--- /dev/null
+++ b/ML_Kretschmann/schedule.ccl
@@ -0,0 +1,81 @@
+# File produced by Kranc
+
+
+STORAGE: ML_Kretschmann[other_timelevels]
+
+schedule ML_Kretschmann_Startup at STARTUP
+{
+ LANG: C
+ OPTIONS: meta
+} "create banner"
+
+schedule ML_Kretschmann_RegisterSymmetries in SymmetryRegister
+{
+ LANG: C
+ OPTIONS: meta
+} "register symmetries"
+
+schedule group ML_Kretschmann_kretschmann_group in MoL_PseudoEvolution after MoL_PostStep
+{
+} "ML_Kretschmann_kretschmann"
+
+schedule ML_Kretschmann_kretschmann in ML_Kretschmann_kretschmann_group
+{
+ LANG: C
+ READS: ML_BSSN::At11(Everywhere)
+ READS: ML_BSSN::At12(Everywhere)
+ READS: ML_BSSN::At13(Everywhere)
+ READS: ML_BSSN::At22(Everywhere)
+ READS: ML_BSSN::At23(Everywhere)
+ READS: ML_BSSN::At33(Everywhere)
+ READS: ML_BSSN::phi(Everywhere)
+ READS: ML_BSSN::gt11(Everywhere)
+ READS: ML_BSSN::gt12(Everywhere)
+ READS: ML_BSSN::gt13(Everywhere)
+ READS: ML_BSSN::gt22(Everywhere)
+ READS: ML_BSSN::gt23(Everywhere)
+ READS: ML_BSSN::gt33(Everywhere)
+ READS: ML_BSSN::trK(Everywhere)
+ WRITES: ML_Kretschmann::Kretsch(Interior)
+} "ML_Kretschmann_kretschmann"
+
+schedule ML_Kretschmann_kretschmann_SelectBCs in ML_Kretschmann_kretschmann_bc_group
+{
+ LANG: C
+ OPTIONS: level
+ SYNC: ML_Kretschmann
+} "ML_Kretschmann_kretschmann_SelectBCs"
+
+schedule group ApplyBCs as ML_Kretschmann_kretschmann_ApplyBCs in ML_Kretschmann_kretschmann_bc_group after ML_Kretschmann_kretschmann_SelectBCs
+{
+} "Apply BCs for groups set in ML_Kretschmann_kretschmann"
+
+schedule group ML_Kretschmann_kretschmann_bc_group in ML_Kretschmann_kretschmann_group after ML_Kretschmann_kretschmann
+{
+} "ML_Kretschmann_kretschmann"
+
+schedule group ML_Kretschmann_kretschmann_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
+{
+} "ML_Kretschmann_kretschmann"
+
+schedule ML_Kretschmann_SelectBoundConds in MoL_PostStep
+{
+ LANG: C
+ OPTIONS: level
+} "select boundary conditions"
+
+schedule ML_Kretschmann_CheckBoundaries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "check boundaries treatment"
+
+schedule ML_Kretschmann_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
+schedule group ApplyBCs as ML_Kretschmann_ApplyBCs in MoL_PostStep after ML_Kretschmann_SelectBoundConds
+{
+} "Apply boundary conditions controlled by thorn Boundary"