aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-05-05 21:34:25 +0000
committerschnetter <schnetter@90eea020-d82d-4da5-bf6e-4ee79ff7632f>2004-05-05 21:34:25 +0000
commit6ef592577ea6e28e6be5497579765de3a0fb5eea (patch)
tree98471ca92af906fc84e3d34ad2aa9d6c6e4bfd78
parent62bdc8063b5a181634642a5445ab47b3d30e29ae (diff)
Select the boundary conditions in level mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@105 90eea020-d82d-4da5-bf6e-4ee79ff7632f
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ae86396..29ae837 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,7 +23,7 @@ schedule WaveToyC_Evolution as WaveToy_Evolution at EVOL
schedule WaveToyC_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolution
{
LANG: C
- # TODO: split this into local and level mode routines
+ OPTIONS: level
} "Boundaries of 3D wave equation"
schedule GROUP ApplyBCs as WaveToyC_ApplyBCs at EVOL after WaveToy_Boundaries
@@ -33,7 +33,7 @@ schedule GROUP ApplyBCs as WaveToyC_ApplyBCs at EVOL after WaveToy_Boundaries
schedule WaveToyC_Boundaries as WaveToy_Boundaries at POSTRESTRICT
{
LANG: C
- # TODO: split this into local and level mode routines
+ OPTIONS: level
} "Boundaries of 3D wave equation"
schedule GROUP ApplyBCs as WaveToyC_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries