[Commits] [svn:einsteintoolkit] SetMask_SphericalSurface/trunk/ (Rev. 111)
roland.haas at physics.gatech.edu
roland.haas at physics.gatech.edu
Tue Aug 9 08:03:09 CDT 2011
User: rhaas
Date: 2011/08/09 08:03 AM
Modified:
/trunk/
param.ccl
Log:
make mask parameters steerable in case one finds that the excision regions is
too small
File Changes:
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +3 -3
===================================================================
--- trunk/param.ccl 2011-04-21 04:47:03 UTC (rev 110)
+++ trunk/param.ccl 2011-08-09 13:03:08 UTC (rev 111)
@@ -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 @@
#{
#} "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
More information about the Commits
mailing list