aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ecb50f6..2debdbe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -13,6 +13,19 @@ if (CCTK_Equals(initial_data,"planewaves"))
} "Construct linear planewave initial data"
}
+if (CCTK_Equals(initial_data,"standing_planewaves"))
+{
+ schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check that the metric_type is recognised"
+
+ schedule IDLinearWaves_Standing_PlaneWaves in ADMBase_InitialData
+ {
+ LANG: Fortran
+ } "Construct linear planewave initial data"
+}
+
if (CCTK_Equals(initial_data,"teukwaves"))
{
schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK