From 73a54c0fb644202bd8bc2cb937112da72d260473 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 9 Aug 2011 13:03:08 +0000 Subject: 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 --- param.ccl | 6 +++--- 1 file 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 -- cgit v1.2.3