aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 71ff822278886de3d82f7f231e30f0bb4c2e70b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Parameter definitions for thorn SetMask_SphericalSurface

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"

#BOOLEAN SetMask_ResetAll "'yes' (default): Overwrite complete mask, 'no': Only set excision points"
#{
#} "yes"

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" STEERABLE=always
{
  0:* :: "Some positive factor, default: 1"
} 1