aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-11-05 20:05:37 +0000
committerschnetter <schnetter@479a9caf-478d-4319-8268-cbb0ee841cc9>2003-11-05 20:05:37 +0000
commitddfedac198c478289053766dfee5ea051d25e1d3 (patch)
treeebdccbb6640037918d5c8b79b024a8ebb2e4e5ce
parent476a6d2ac14cfeaf7a666cc2d5098c774b979517 (diff)
Schedule boundary conditions at postrestrict.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyExtra/trunk@9 479a9caf-478d-4319-8268-cbb0ee841cc9
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9684deb..44e8d61 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,9 +6,13 @@ schedule WaveToyExtra_Boundary at EVOL AFTER WaveToy_Evolution BEFORE WaveToy_Bo
{
LANG: C
} "Additional boundary conditions for 3D wave equation"
+
+schedule WaveToyExtra_Boundary at POSTRESTRICT BEFORE WaveToy_Boundaries
+{
+ LANG: C
+} "Additional boundary conditions for 3D wave equation"
schedule WaveToyC_Terminate at TERMINATE
{
LANG: C
} "Tidy up"
-