aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2012-01-24 20:26:51 +0000
committerrhaas <rhaas@053b05ff-9803-4dc7-a0e4-4b49d75fdb53>2012-01-24 20:26:51 +0000
commit5b07cb7d51be62ea3c90e43bc4a83a64ea69294c (patch)
treecea8408b358c7c1f30271199906f18fc4b73f586 /param.ccl
parent73a54c0fb644202bd8bc2cb937112da72d260473 (diff)
support named spherical surfaces
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/SetMask_SphericalSurface/trunk@114 053b05ff-9803-4dc7-a0e4-4b49d75fdb53
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 71ff822..21ec0c3 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,6 +14,11 @@ CCTK_INT SetMask_SurfaceIndex[10] "Index of spherical surface to use to set mask
-1:* :: "-1 to disable (default), >=0 for index"
} -1
+CCTK_String SetMask_SurfaceName[10] "Name of spherical surface to use to set mask" STEERABLE=always
+{
+ ".*":: "emtpy to use SetMask_SurfaceIndex, any other string to use"
+} ""
+
CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask" STEERABLE=always
{
0:* :: "Some positive factor, default: 1"