aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>2000-04-19 07:58:29 +0000
committergoodale <goodale@50555cc7-fb31-491a-85db-9a2874240742>2000-04-19 07:58:29 +0000
commit0cf4894392811fae4aa4e6bb4952e63b74ccfc5a (patch)
tree5d54f81efd962c55572d74afd9ea6cde53b8e0aa /schedule.ccl
parent33051713c83e6103b54aa7a5ed445d20dffd95cb (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/WaveToyCXX/trunk@25 50555cc7-fb31-491a-85db-9a2874240742
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"