aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"