aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5dfc65c..5f18b30 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -16,6 +16,11 @@ schedule WaveToyC_InitSymBound at BASEGRID
schedule WaveToyC_Evolution as WaveToy_Evolution at EVOL
{
LANG: C
+ SYNC: scalarevolve
} "Evolution of 3D wave equation"
+schedule WaveToyC_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
+{
+ LANG: C
+} "Boundaries of 3D wave equation"