aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>1999-11-24 21:22:15 +0000
committergoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>1999-11-24 21:22:15 +0000
commit65b1300b73dc032b4d0f0aafe4aa733c53f21910 (patch)
tree0b2b85d4a76f5fd0327e115f1c9d58fa195f77e1 /schedule.ccl
parent8fa319775b09834f9fc093badc450aa7f6e9e904 (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/WaveToyFreeF90/trunk@3 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..ce8688e
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,21 @@
+# Schedule definitions for thorn WaveToyFreeF90
+# $Header$
+
+STORAGE: scalarevolve
+
+schedule WaveToyFreeF90_Startup at STARTUP
+{
+ LANG: C
+} "Register banner"
+
+schedule WaveToyFreeF90_InitSymBound at BASEGRID
+{
+ LANG: Fortran
+} "Schedule symmetries"
+
+schedule WaveToyFreeF90_Evolution at EVOL
+{
+ LANG: Fortran
+ STORAGE: temps
+ COMM: temps
+} "Evolution of 3D wave equation"