aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2004-05-05 21:37:23 +0000
committerschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2004-05-05 21:37:23 +0000
commit4eaf87dd457a218eabc153c3206b05df6cb81065 (patch)
treeaaddc05baa8f8eb6aea29d811b86f67d7e1b72a0
parent98ef34fa52aa18276f65b0af08ea9f796d05c1a9 (diff)
Schedule boundary selection in level mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@73 50555cc7-fb31-491a-85db-9a2874240742
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9719f88..bbd0f08 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -22,6 +22,7 @@ schedule WaveToyCXX_Evolution as WaveToy_Evolution at EVOL
schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
{
LANG: C
+ OPTIONS: level
} "Boundaries of 3D wave equation"
schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at EVOL after WaveToy_Boundaries
@@ -31,6 +32,7 @@ schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at EVOL after WaveToy_Boundaries
schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at POSTRESTRICT
{
LANG: C
+ OPTIONS: level
} "Boundaries of 3D wave equation"
schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries