aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
-