aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-19 14:03:20 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-06-19 14:03:20 +0000
commit1a44fe37c7dc943c780b64749d84cbdf4f3eedbd (patch)
treedf8d3ec87a970ba59f6bc244b34f851ceea3f760 /param.ccl
parent437436ce62761f0c281eac260576b38e4560a7ff (diff)
A few more stterable parameters, plus fixing the 3D data saving parameters.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@209 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 12 insertions, 14 deletions
diff --git a/param.ccl b/param.ccl
index 37977f9..08cc321 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,7 +14,7 @@ BOOLEAN ahf_active "Activate AHFinder?" STEERABLE = ALWAYS
BOOLEAN ahf_persists "Do the finder grid functions stay around?"
{
-} "yes"
+} "no"
@@ -326,7 +326,7 @@ BOOLEAN ahf_flow "Use flow instead of minimization?" STEERABLE = ALWAYS
{
} "no"
-INT ahf_flowiter "Maximum number of iterations for flow"
+INT ahf_flowiter "Maximum number of iterations for flow" STEERABLE = ALWAYS
{
0: :: "Anything"
} 200
@@ -376,8 +376,6 @@ REAL ahf_minchange "Minimum relative difference between 1 big and 2 small steps"
### Parameters for output ###
#############################
-# IMPORTANT: 3D output for grid functions is still not implemented!
-
BOOLEAN ahf_logfile "Write log file?"
{
} "no"
@@ -398,11 +396,11 @@ BOOLEAN ahf_1Doutput "1D output of grid functions?"
{
} "no"
-BOOLEAN ahf_2Doutput "2D output of grid functions?"
+BOOLEAN ahf_2Doutput "2D output of grid functions?" STEERABLE = ALWAYS
{
} "no"
-BOOLEAN ahf_3Doutput "3D output of grid functions? (Not yet implemented!)"
+BOOLEAN ahf_3Doutput "3D output of grid functions?" STEERABLE = ALWAYS
{
} "no"
@@ -420,38 +418,38 @@ BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS
### Parameters for mask ###
###########################
-KEYWORD ahf_mask "Use mask?"
+KEYWORD ahf_mask "Use mask?" STEERABLE = ALWAYS
{
"off" :: "Mask is off"
"strong" :: "Mask set only for definite horizons"
"weak" :: "Mask set for both definite and probable horizons"
} "off"
-KEYWORD ahf_masktype "Type of mask"
+KEYWORD ahf_masktype "Type of mask" STEERABLE = ALWAYS
{
"lego" :: "Mask is a lego sphere"
"cube" :: "Mask is a cube"
"poly" :: "Mask is a polyhedra"
} "cube"
-BOOLEAN ahf_mask_0 "Maks for first horizon with find3?"
+BOOLEAN ahf_mask_0 "Mask for first horizon with find3?"
{
} "yes"
-BOOLEAN ahf_mask_1 "Maks for second horizon with find3?"
+BOOLEAN ahf_mask_1 "Mask for second horizon with find3?"
{
} "yes"
-BOOLEAN ahf_mask_2 "Maks for third horizon with find3?"
+BOOLEAN ahf_mask_2 "Mask for third horizon with find3?"
{
} "yes"
-INT ahf_maskbuffer "Number of grid points in mask buffer zone"
+INT ahf_maskbuffer "Number of grid points in mask buffer zone" STEERABLE = ALWAYS
{
0 :: "Positive please"
} 5
-REAL ahf_maskshrink "Shrink factor for mask"
+REAL ahf_maskshrink "Shrink factor for mask" STEERABLE = ALWAYS
{
0.0:1.0 :: "Must be positive and not larger than 1"
} 0.8
@@ -461,7 +459,7 @@ REAL ahf_shiftcoeff "Coefficient for shift"
: :: "Anything goes"
} 0.0
-INT interpolation_order "Order for interpolation"
+INT interpolation_order "Order for interpolation" STEERABLE = ALWAYS
{
1:3 :: "Choose between first, second, and third-order"
} 2