aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>1999-09-11 14:50:08 +0000
commit47b0340c7d540e4bac64f3c4d46d9fe408a6d48c (patch)
treebbc1aa85b920d632f6c58d5c23afce3fa12daf9f /schedule.ccl
parent121aa9416503f022b5251feef06ab1f82debf3f5 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@3 41e88fdd-2190-4c69-9c84-4659c8cf322e
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..1205472
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,9 @@
+# Schedule definitions for thorn IDScalarWaveElliptic
+# $Header$
+
+schedule UniformCharge at CCTK_INITIAL
+{
+ STORAGE: wavetoy::scalarevolve,ellcoeffs
+ COMMUNICATION: wavetoy::scalarevolve
+ LANG: Fortran
+} "Initial data (Uniform Charge) for 3D wave equation"