aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-04-19 07:58:28 +0000
committergoodale <goodale@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2000-04-19 07:58:28 +0000
commit8551a19aa14511c089ea8a31ce279144a8c7fcdf (patch)
treeb8b49aa943170210b630c776f51ac010aa878641 /schedule.ccl
parenta4e461dcc2ddf2a80af2e044394ef65d664c7672 (diff)
Removed explicit calls to sync and boundaries. Now the syncing is
done via the schedular. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@42 90eea020-d82d-4da5-bf6e-4ee79ff7632f
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"