aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2000-02-17 09:08:48 +0000
committergoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2000-02-17 09:08:48 +0000
commit0e3c104605c3cbad724ee0d8e70b67ba4d7feee0 (patch)
tree0439d3e6513a45b049a1d0e28eb6fae22f5b7dcc /schedule.ccl
parentdd684770ca7f1cd7fb2204e292addb35f9ef3349 (diff)
C version of IDScalarWave
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@2 071ba4cb-2270-47cd-a45a-3e542e115664
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..98c59d9
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,14 @@
+# Schedule definitions for thorn IDScalarWave
+# $Header$
+
+schedule IDScalarWaveC_CheckParameters at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check parameters"
+
+schedule IDScalarWaveC_InitialData at CCTK_INITIAL
+{
+ STORAGE: wavetoy::scalarevolve
+ LANG: C
+} "Initial data for 3D wave equation"
+