aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortobias <tobias@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-04-02 18:06:22 +0000
committertobias <tobias@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-04-02 18:06:22 +0000
commit37fa00870b21a1f5642bdaa6111b19fd918d83b4 (patch)
treed2db0a50836420456d6d38f49b1cca97e6e48f23 /schedule.ccl
parent52c5a0021ff733f5b90d423a8294392f7e3f599b (diff)
Enough changes to get planewaves to run!
NOTE: The parameters are still messed up both this is a known, and possibley fixed problem. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@10 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 12 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f7b878f..5c536b2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,9 +1,18 @@
# Schedule definitions for thorn IDLinearWaves
-if (CCTK_Equals(initial_data,"linearwaves"))
+if (CCTK_Equals(initial_data,"planewaves"))
{
- schedule LinearWaves at CCTK_INITIAL
+ schedule planewaves at CCTK_INITIAL
{
LANG: Fortran
- } "Construct linear wave initial data"
+ } "Construct linear planewave initial data"
}
+
+if (CCTK_Equals(initial_data,"teukwaves"))
+{
+ schedule teukwaves at CCTK_INITIAL
+ {
+ LANG: Fortran
+ } "Construct linear Teukolsky wave initial data"
+}
+