aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-02-14 14:37:43 +0000
committerrideout <rideout@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2003-02-14 14:37:43 +0000
commitf6e304c79074b9da4b0b1a4491e8f1b31c402d6d (patch)
tree877ce11acd7edc6b4e7f59fa37d6b5df42f31ca0 /schedule.ccl
parente3324cdc54a80d7edec34f68b8ee24fc721bd62d (diff)
Use new boundary interface.
Added some useful comments. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@47 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5b54e83..5d81f7a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,3 +23,7 @@ schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_E
{
LANG: Fortran
} "Boundaries of 3D wave equation"
+
+schedule GROUP ApplyBCs at EVOL after WaveToy_Evolution
+{
+} "Apply boundary conditions"