aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"
+}
+