aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorwerner <werner@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 08:59:17 +0000
committerwerner <werner@50555cc7-fb31-491a-85db-9a2874240742>1999-10-11 08:59:17 +0000
commit02617407d19e1d0a3f6fb3a9f63f0e0f28f0768e (patch)
tree68a117e1bdb098907a81ffb6f9e4c16c25ffd7ce /schedule.ccl
parent566dc500cd383ad50476a246f2f213c2316a166b (diff)
WaveToy in C++
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@2 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl23
1 files changed, 23 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..7d4444e
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,23 @@
+# Schedule definitions for thorn WaveToyC
+# $Header$
+
+STORAGE: scalarevolve,scalarold
+
+schedule WaveToyCXX_Startup at STARTUP
+{
+ LANG: C
+} "Register banner"
+
+schedule WaveToyCXX_InitSymBound at BASEGRID
+{
+ LANG: C
+} "Schedule symmetries"
+
+schedule WaveToyCXX_Evolution at EVOL
+{
+ LANG: C
+ STORAGE: scalartmps
+ COMMUNICATION: scalartmps
+} "Evolution of 3D wave equation"
+
+