aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0e59f65..4693dd3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,7 +23,16 @@ schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_E
{
LANG: Fortran
} "Boundaries of 3D wave equation"
-
+
schedule GROUP ApplyBCs as WaveToyFreeF90_ApplyBCs at EVOL after WaveToy_Boundaries
{
} "Apply boundary conditions"
+
+schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at POSTRESTRICT
+{
+ LANG: Fortran
+} "Boundaries of 3D wave equation"
+
+schedule GROUP ApplyBCs as WaveToyFreeF90_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries
+{
+} "Apply boundary conditions"