aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-03-09 13:43:38 +0000
committerschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-03-09 13:43:38 +0000
commit53c6439f7393ce244de3af416961cc4f63b0eacc (patch)
tree5ab8eb3cccd6c8280c864f6dbfbd23dfa2b95b3c /schedule.ccl
parent0d0a338cb50efccfdabbbc65c917a1e63bc05ecb (diff)
Use the new SymBase infrastructure to find out about symmetry boundaries.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@266 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 29a5db5..f6e85cc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ schedule Boundary_Check at CCTK_PARAMCHECK
LANG: C
} "Check dimension of grid variables"
-schedule Boundary_RegisterBCs at CCTK_BASEGRID
+schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
@@ -30,4 +30,5 @@ schedule Boundary_ApplyPhysicalBCs in BoundaryConditions
schedule Boundary_ClearSelection in ApplyBCs
{
LANG: C
+ OPTIONS: level
} "Unselect all grid variables for boundary conditions"