aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 632eb706591e8201dc391872d4e1f7899eb7530f (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"
{
  ".+" :: "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"
{
  -1:* :: "-1 to disable (default), >=0 for index"
} -1

CCTK_REAL SetMask_RadiusFactor[10] "Factor to modify radius of surface for mask"
{
  0:* :: "Some positive factor, default: 1"
} 1