aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-11-05 20:06:35 +0000
committerschnetter <schnetter@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-11-05 20:06:35 +0000
commitb6a1b3cfe51b1a130ef5870c38e5c469d03a7685 (patch)
treec21553766bc0b026fe2a1cff6e68b3bb7a506c00 /schedule.ccl
parent4eb86fb0087a2639cac180e5e836d7884f5e8648 (diff)
Apply boundary conditions at postrestrict.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@86 f80f6fb6-8356-4fd4-90bc-d84ad503c100
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1f27c5c..7dddb7f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -27,3 +27,12 @@ schedule WaveToyF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
schedule GROUP ApplyBCs as WaveToyF90_ApplyBCs at EVOL after WaveToy_Boundaries
{
} "Apply boundary conditions"
+
+schedule WaveToyF90_Boundaries as WaveToy_Boundaries at POSTRESTRICT
+{
+ LANG: Fortran
+} "Boundaries of 3D wave equation"
+
+schedule GROUP ApplyBCs as WaveToyF90_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries
+{
+} "Apply boundary conditions"