aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl64
1 files changed, 64 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..51a01e2
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,64 @@
+# Parameter definitions for thorn ADMMass
+# $Header$
+
+CCTK_INT ADMMass_number "number of measurements" STEERABLE=ALWAYS
+{
+ 0: :: "0 or positive"
+} 1
+
+CCTK_REAL ADMMass_x_min[100] "x_min" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} -100.0
+CCTK_REAL ADMMass_x_max[100] "x_max" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 100.0
+
+CCTK_REAL ADMMass_y_min[100] "y_min" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} -100.0
+CCTK_REAL ADMMass_y_max[100] "y_max" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 100.0
+
+CCTK_REAL ADMMass_z_min[100] "z_min" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} -100.0
+CCTK_REAL ADMMass_z_max[100] "z_max" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 100.0
+
+CCTK_REAL ADMMass_x_pos[100] "x_pos" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 0.0
+CCTK_REAL ADMMass_y_pos[100] "y_pos" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 0.0
+CCTK_REAL ADMMass_z_pos[100] "z_pos" STEERABLE=ALWAYS
+{
+ : :: "anything"
+} 0.0
+
+CCTK_REAL ADMMass_boundary_distance[100] "distance to boundary" STEERABLE=ALWAYS
+{
+ : :: "<=0 for disable, positive otherwise"
+} -1.0
+CCTK_REAL ADMMass_volume_radius[100] "radius of volume extraction" STEERABLE=ALWAYS
+{
+ : :: "<=0 for disable, positive otherwise"
+} -1.0
+
+BOOLEAN ADMMass_use_boundary_distance_as_volume_radius "Use ADMMass_boundary_distance insteat of ADMMass_volume_radius" STEERABLE=ALWAYS
+{
+} "yes"
+
+BOOLEAN ADMMass_Excise_Horizons "Do not calculate the volume integral inside AHs" STEERABLE=ALWAYS
+{
+} "no"