summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-29 12:38:49 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-29 12:38:49 +0200
commit1fc5d6f33504ba348c389ac33d1036826511e906 (patch)
tree1d33985e8e6bac353c3390540fd32f4f7e9f1e2e /schedule.ccl
parent8ff2230f283a3ff55a6bc193946b297a861dfec9 (diff)
Add support for setting maximal lapse in initial data only.
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index eafabd1..5641401 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -27,3 +27,8 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi")) {
}
}
+if (CCTK_Equals(initial_lapse, "maximal_axi")) {
+ SCHEDULE maximal_slicing_axi_initlapse IN CCTK_POSTPOSTINITIAL {
+ LANG: C
+ } "Maximal slicing in axisymmetry"
+}