aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 10:30:21 +0000
committergoodale <goodale@7ec00dc9-1e7a-42ad-bf73-a299ee168e72>1999-10-11 10:30:21 +0000
commit71dc800db76cce021294def0e6c36997a0b76f85 (patch)
tree7f6e8e09cbab3bc397156aa828c30e19972bc139 /schedule.ccl
parentb728565aaa12282846d658d7837b32511cd23cee (diff)
Modified to have precisely the functionality of IDScalarWave
- now is another implementation of IDScalarWave. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveCXX/trunk@3 7ec00dc9-1e7a-42ad-bf73-a299ee168e72
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 91ea515..052e424 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,9 +1,14 @@
# Schedule definitions for thorn IDScalarWave
# $Header$
+schedule IDScalarWaveCXX_CheckParameters at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check parameters"
+
schedule IDScalarWaveCXX_InitialData at CCTK_INITIAL
{
- STORAGE: wavetoy::scalarevolve,wavetoy::scalarold
+ STORAGE: wavetoy::scalarevolve
COMMUNICATION: wavetoy::scalarevolve
LANG: C
} "Initial data for 3D wave equation"