aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl27
1 files changed, 15 insertions, 12 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 37262fb..52466ee 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,17 +1,20 @@
# Schedule definitions for thorn TwoPunctures
# $Header$
-if (keep_u_around) {
- STORAGE: puncture_u
-}
-
-SCHEDULE TwoPunctures_ParamCheck AT PARAMCHECK
+if (CCTK_Equals(initial_data, "twopunctures"))
{
- LANG: C
-} "Check parameters and thorn needs"
+ if (keep_u_around) {
+ STORAGE: puncture_u
+ }
-SCHEDULE TwoPunctures IN ADMBase_InitialData
-{
- LANG: C
- STORAGE: puncture_u
-} "Create puncture black hole initial data"
+ SCHEDULE TwoPunctures_ParamCheck AT PARAMCHECK
+ {
+ LANG: C
+ } "Check parameters and thorn needs"
+
+ SCHEDULE TwoPunctures IN ADMBase_InitialData
+ {
+ LANG: C
+ STORAGE: puncture_u
+ } "Create puncture black hole initial data"
+}