aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9686bca..b723678 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,4 +16,10 @@ schedule WaveToyFreeF90_InitSymBound at BASEGRID
schedule WaveToyFreeF90_Evolution as WaveToy_Evolution at EVOL
{
LANG: Fortran
+ SYNC: scalarevolve
} "Evolution of 3D wave equation"
+
+schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
+{
+ LANG: Fortran
+} "Boundaries of 3D wave equation"