summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..0d9c425
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,21 @@
+# Schedule definitions for thorn MaximalSlicingAxi
+#
+if (CCTK_Equals(lapse_evolution_method, "maximal_axi")) {
+
+ SCHEDULE maximal_slicing_axi IN MoL_CalcRHS BEFORE ML_BSSN_evolCalcGroup {
+ LANG: C
+ } "Maximal slicing in axisymmetry"
+
+ SCHEDULE maximal_slicing_axi_register AT Startup {
+ LANG: C
+ } ""
+
+ SCHEDULE maximal_slicing_axi_register_mol IN MoL_Register {
+ LANG: C
+ } ""
+
+ if (export_coeffs) {
+ STORAGE: alpha_coeffs
+ }
+}
+