aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-14 14:31:50 +0000
committerrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-14 14:31:50 +0000
commit12fb1d67fe0e63e450e5e4e66f42f2074a39ff97 (patch)
tree89911515eaeca0ad425b8b1afa4bb7725cb91f41 /schedule.ccl
parent41b6423127287ef77462d11b81ca2dd4a826637c (diff)
Modify to use the new boundary interface.
Added some useful comments. Commented out face specific calls, as these are not yet possible under the new interface. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@75 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4552608..1831615 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,4 +1,4 @@
-# Schedule definitions for thorn WaveToy90
+# Schedule definitions for thorn WaveToyF90
# $Header$
STORAGE: scalarevolve[3]
@@ -23,4 +23,7 @@ schedule WaveToyF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
{
LANG: Fortran
} "Boundaries of 3D wave equation"
-
+
+schedule GROUP ApplyBCs at EVOL after WaveToy_Evolution
+{
+} "Apply boundary conditions"