aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4b26eaa..9b3ac67 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,6 +16,10 @@ schedule WaveToyCXX_InitSymBound at BASEGRID
schedule WaveToyCXX_Evolution as WaveToy_Evolution at EVOL
{
LANG: C
+ SYNC: scalarevolve
} "Evolution of 3D wave equation"
-
+schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
+{
+ LANG: C
+} "Boundaries of 3D wave equation"