From c0e4e7577cbd914e04a8770e9112253b905adf82 Mon Sep 17 00:00:00 2001 From: pollney Date: Wed, 22 May 2002 20:04:04 +0000 Subject: Adding Eric's standing plane wave solution. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@76 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7 --- schedule.ccl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'schedule.ccl') 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 -- cgit v1.2.3