aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..632eb70
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,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
+