summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-08-07 15:17:41 +0200
committerAnton Khirnov <anton@khirnov.net>2018-08-07 15:17:41 +0200
commitb497f900c2274ec120752fd0bcc455d3f4c385ac (patch)
tree35f1806a17f20eb99265bc9639da3428e84cba01 /schedule.ccl
Initial commit.
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl24
1 files changed, 24 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..246aa63
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,24 @@
+# Schedule definitions for thorn MaximalSlicingAxiMG
+#
+if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
+
+ SCHEDULE maximal_slicing_axi_mg IN ML_BSSN_evolCalcGroup BEFORE ML_BSSN_RHS {
+ LANG: C
+ } "Maximal slicing in axisymmetry"
+
+ #SCHEDULE maximal_slicing_axi IN MoL_PostStepModify {
+ # LANG: C
+ #} "Maximal slicing in axisymmetry"
+
+ #SCHEDULE maximal_slicing_axi IN MoL_PseudoEvolution {
+ # LANG: C
+ #} "Maximal slicing in axisymmetry"
+
+ SCHEDULE maximal_slicing_axi_mg_register AT Startup {
+ LANG: C
+ } ""
+
+ SCHEDULE maximal_slicing_axi_mg_register_mol IN MoL_Register {
+ LANG: C
+ } ""
+}