aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl25
1 files changed, 25 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..0433ad2
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,25 @@
+# Schedule definitions for thorn Whisky_InitExcision
+
+#########################################
+### Sets up the excision mask ###
+#########################################
+schedule Whisky_InitExcisionMask AT CCTK_Initial AFTER MaskOne
+{
+ LANG: C
+} "Sets up the excision mask"
+
+schedule Whisky_InitExcisionMask AT CCTK_POST_RECOVER_VARIABLES AFTER MaskOne
+{
+ LANG: C
+} "Sets up the excision mask"
+
+schedule Whisky_InitExcisionMask AT POSTREGRID AFTER MaskOne
+{
+ LANG: C
+} "Sets up the excision mask"
+
+schedule Whisky_InitExcisionMask_poststep AT POSTSTEP BEFORE setup_epsdis
+{
+ LANG: C
+} "Sets up the excision mask"
+