aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-04-26 16:22:11 +0000
committergoodale <goodale@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-04-26 16:22:11 +0000
commit302ba3da79031ba347157c4c28ca82a9cf3ed4e6 (patch)
treef6abb1779185b2a6912235be8e5a4c6846158bf3 /schedule.ccl
parentcb8aa9cd754854014d4a44a77d514fc30db3e010 (diff)
Converted to new ADMBase, StaticConformal stuff.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@68 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5c536b2..d29b43d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,14 @@
# Schedule definitions for thorn IDLinearWaves
+
+
if (CCTK_Equals(initial_data,"planewaves"))
{
+ schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check that the metric_type is recognised"
+
schedule planewaves at CCTK_INITIAL
{
LANG: Fortran
@@ -10,6 +17,11 @@ if (CCTK_Equals(initial_data,"planewaves"))
if (CCTK_Equals(initial_data,"teukwaves"))
{
+ schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check that the metric_type is recognised"
+
schedule teukwaves at CCTK_INITIAL
{
LANG: Fortran