aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-27 09:53:05 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-27 09:53:05 +0000
commitc49655253484c0beaaf98102106e6fe5978f4426 (patch)
treee9f0b8afd323c1590894e230335dff6790bdd327 /param.ccl
parent2b0348c6e74fe1897e79f688a1acd7d6bfc5367f (diff)
A few more steerable parameters.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@137 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl34
1 files changed, 15 insertions, 19 deletions
diff --git a/param.ccl b/param.ccl
index 4b6e856..27429e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -2,10 +2,6 @@
# $Header$
-#These parameters are to switch on the finder, and to control how
-#often and when to start looking for horizons.
-
-
#################################
### RESTRICTED PARAMETERS ###
#################################
@@ -18,7 +14,7 @@ BOOLEAN ahf_active "Activate AHFinder?" STEERABLE = ALWAYS
BOOLEAN ahf_persists "Do the finder grid functions stay around?"
{
-} "no"
+} "yes"
# Parameters for excision. These parameters are not supposed
@@ -120,7 +116,7 @@ REAL trapped_surface_delta "find (expansion = delta) surface"
: :: "Just a real number. Range ??"
} 0.0
-#Parameters for surface expansion.
+# Parameters for surface expansion.
BOOLEAN ahf_phi "Expand also in phi? I.e seach for non-axisymmetric surface" STEERABLE = ALWAYS
{
@@ -139,7 +135,7 @@ INT ahf_lmax "Maximum number of terms in theta expansion" STEERABLE = ALWAYS
0:20 :: "Range from 0 to 20. 8 is the default"
} 8
-#Parameters for surface integrals.
+# Parameters for surface integrals.
INT ahf_ntheta "Number of subdivisions in theta"
{
@@ -151,22 +147,22 @@ INT ahf_nphi "Number of subdivisions in phi"
: :: "Any sensible integer. The default of 100 is useful"
} 100
-#Parameters to indicate symmetries. This symmetries refer to the
-#surface itself, and NOT the grid.
+# Parameters to indicate symmetries. This symmetries refer to the
+# surface itself, and NOT the grid.
-#Notice that octant = "yes" enforces reflection symmetries on all
-#three coordinate planes, while octant = "high" enforces also the
-#extra symmetry of rotation of pi/2 around the z axis.
+# Notice that octant = "yes" enforces reflection symmetries on all
+# three coordinate planes, while octant = "high" enforces also the
+# extra symmetry of rotation of pi/2 around the z axis.
-BOOLEAN ahf_refx "Reflection symmetry x->-x?"
+BOOLEAN ahf_refx "Reflection symmetry x->-x?" STEERABLE = ALWAYS
{
} "no"
-BOOLEAN ahf_refy "Reflection symmetry y->-y?"
+BOOLEAN ahf_refy "Reflection symmetry y->-y?" STEERABLE = ALWAYS
{
} "no"
-BOOLEAN ahf_refz "Reflection symmetry z->-z?"
+BOOLEAN ahf_refz "Reflection symmetry z->-z?" STEERABLE = ALWAYS
{
} "no"
@@ -177,7 +173,7 @@ KEYWORD ahf_octant "Octant symmetry?" STEERABLE = ALWAYS
"high" :: "Octant symmetry + symmetry of rotation of pi/2 around z axis"
} "no"
-#Parameters for minimization algorithm.
+# Parameters for minimization algorithm.
BOOLEAN ahf_minarea "Minimize area instead of expansion?"
{
@@ -355,7 +351,7 @@ REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3"
: ::
} 0.0
-#Parameters for flow algorithm.
+# Parameters for flow algorithm.
BOOLEAN ahf_flow "Use flow instead of minimization?" STEERABLE = ALWAYS
{
@@ -406,9 +402,9 @@ REAL ahf_minchange "Minimum relative difference between 1 big and 2 small steps"
: ::
} 0.01
-#Parameters for output.
+# Parameters for output.
-#IMPORTANT: 3D output for grid functions is still not implemented!
+# IMPORTANT: 3D output for grid functions is still not implemented!
BOOLEAN ahf_logfile "Write log file?"
{