aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2011-08-09 13:03:08 +0000
committerrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2011-08-09 13:03:08 +0000
commit73a54c0fb644202bd8bc2cb937112da72d260473 (patch)
tree5bdc1f10171251cb95616e9ed024b1a46636a065
parent02f8fabf00fe4f097939a710178318fd8332bbdc (diff)
make mask parameters steerable in case one finds that the excision regions is
too small git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/SetMask_SphericalSurface/trunk@111 053b05ff-9803-4dc7-a0e4-4b49d75fdb53
-rw-r--r--param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 2c55beb..71ff822 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,6 @@
# Parameter definitions for thorn SetMask_SphericalSurface
-STRING SetMask_MaskName "Full variable name of the mask to be set"
+STRING SetMask_MaskName "Full variable name of the mask to be set" STEERABLE=always
{
".+" :: "Any full Cactus variable name, GF of type CCTK_BYTE"
} "HydroBase::hydro_excision_mask"
@@ -9,12 +9,12 @@ STRING SetMask_MaskName "Full variable name of the mask to be set"
#{
#} "yes"
-CCTK_INT SetMask_SurfaceIndex[10] "Index of spherical surface to use to set mask"
+CCTK_INT SetMask_SurfaceIndex[10] "Index of spherical surface to use to set mask" STEERABLE=always
{
-1:* :: "-1 to disable (default), >=0 for index"
} -1
-CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask"
+CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask" STEERABLE=always
{
0:* :: "Some positive factor, default: 1"
} 1