From 1a44fe37c7dc943c780b64749d84cbdf4f3eedbd Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 19 Jun 2001 14:03:20 +0000 Subject: 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 --- param.ccl | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'param.ccl') 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 -- cgit v1.2.3