aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorpollney <pollney@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-22 20:04:04 +0000
committerpollney <pollney@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-22 20:04:04 +0000
commitc0e4e7577cbd914e04a8770e9112253b905adf82 (patch)
tree861294dca7c279fc916a8d6be98c20d99658bf5c /schedule.ccl
parentc5430d6f7d52fc5c702b019367b21c0a6dcbe472 (diff)
Adding Eric's standing plane wave solution.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@76 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
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