aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-02-14 14:27:56 +0000
committerrideout <rideout@50555cc7-fb31-491a-85db-9a2874240742>2003-02-14 14:27:56 +0000
commitfd0a47c17b0fee27aa841cafd9b8e45582a87917 (patch)
tree0af6eaad5babeaa3a9618094c0dc3bacf9689594 /schedule.ccl
parentbf7fae40eda2e92100a682aa0397314fe45f5da6 (diff)
Modified to use new boundary interface.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@53 50555cc7-fb31-491a-85db-9a2874240742
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1e78dd4..25b918c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,4 @@
-# Schedule definitions for thorn WaveToyC
+# Schedule definitions for thorn WaveToyCXX
# $Header$
STORAGE: scalarevolve[3]
@@ -23,3 +23,7 @@ schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
{
LANG: C
} "Boundaries of 3D wave equation"
+
+schedule GROUP ApplyBCs at EVOL after WaveToy_Evolution
+{
+} "Apply boundary conditions"