aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2010-02-14 18:28:16 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2010-02-14 18:28:16 +0000
commitec93cf628d1c0d132c6e46c43202f234acd0c067 (patch)
tree999442aadb48d0251954340cc38083832059974d /param.ccl
parent53d0e813519bfa951e971c5b0a50e1dc3b45899e (diff)
Determine the symmetry boundary width from the registered boundary
width in CoordBase, not from the number of ghost zones. Abort if there are more than one components per MPI process; TAT/Slab cannot handle this. Begin to add support for CarpetSlab instead of TAT/Slab. Remove cvs $Header$ comments. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@48 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 10 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 0ef8f84..6ed9ec8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,12 +1,19 @@
# Parameter definitions for thorn RotatingSymmetry180
-# $Header$
-BOOLEAN verbose "Produce screen output while applying boundary conditions"
+BOOLEAN verbose "Produce screen output while applying boundary conditions" STEERABLE=always
{
} "no"
+KEYWORD hyperslabber "Hyperslabbing mechanism" STEERABLE=always
+{
+ "TAT/Slab" :: ""
+ "GetHyperslab" :: ""
+} "TAT/Slab"
+
+
+
BOOLEAN use_coordbase "Get symmetry boundary location from CoordBase (and ignore symmetry_boundary_* parameters)"
{
} "no"
@@ -23,7 +30,7 @@ CCTK_REAL symmetry_boundary_y "y-coordinate of symmetry boundary (ignored if use
-BOOLEAN poison_boundaries "Fill the symmetry boundary with a poison value before the symmetry is applied, and check afterwards whether it has been overwritten"
+BOOLEAN poison_boundaries "Fill the symmetry boundary with a poison value before the symmetry is applied, and check afterwards whether it has been overwritten" STEERABLE=always
{
} "no"