aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
committerallen <allen@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-07-18 18:08:39 +0000
commit310bab73f14fce8a9089c7cdc570876cc6f22348 (patch)
tree1be3398b0a510dc7e976b4936f4e6bb88f08df6a /schedule.ccl
parentdbffc86c72ecb8f77401622825808bc2ea252e88 (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/WaveToyExtra/trunk@3 479a9caf-478d-4319-8268-cbb0ee841cc9
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..9684deb
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,14 @@
+# Schedule definitions for thorn WaveToyExtra
+# $Header$
+
+
+schedule WaveToyExtra_Boundary at EVOL AFTER WaveToy_Evolution BEFORE WaveToy_Boundaries
+{
+ LANG: C
+} "Additional boundary conditions for 3D wave equation"
+
+schedule WaveToyC_Terminate at TERMINATE
+{
+ LANG: C
+} "Tidy up"
+