aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-16 11:53:44 +0000
committerlanfer <lanfer@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-16 11:53:44 +0000
commitf46f4f6103b579b7a18d234af5b7f9a87da1bb5e (patch)
tree19e55b79a5c0b0099433c9a3b21448eea178ac3f /schedule.ccl
parent96ada89935187e01698b839377933386be456e88 (diff)
thorn IDLinearWaves for Cactus4.0
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@2 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..3111286
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,9 @@
+# Schedule definitions for thorn IDLinearWaves
+
+if (CCTK_Equals(initaldata,"linearwaves"))
+{
+ schedule LinearWaves at CACTUS_INITIAL
+ {
+ LANG: Fortran
+ } "Construct linear wave initial data"
+}