aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorlnerger <lnerger@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-09-23 10:44:19 +0000
committerlnerger <lnerger@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-09-23 10:44:19 +0000
commit700838a66f15fa4c52bae4c58d161db2b4818db7 (patch)
tree636e576e47c0675596cbcea9ee12cb5473e16ce4 /param.ccl
parent023d946aeeba38012ab31a944d79515b6a839eef (diff)
Orders of cctkGH and ierror adjusted
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@11 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl54
1 files changed, 27 insertions, 27 deletions
diff --git a/param.ccl b/param.ccl
index 31c17f1..3342a31 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,15 +7,15 @@
private:
-LOGICAL ahf_active "Activate AHFinder?"
+BOOLEAN ahf_active "Activate AHFinder?"
{
} "no"
-LOGICAL ahf_find3 "Searching for 3 surfaces?"
+BOOLEAN ahf_find3 "Searching for 3 surfaces?"
{
} "no"
-LOGICAL ahf_trapped_surface "Minimize (expansion + delta) to find trapped surface?"
+BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surface?"
{
} "no"
@@ -41,15 +41,15 @@ REAL trapped_surface_delta "find (expansion = delta) surface"
#Parameters for surface expansion.
-LOGICAL ahf_phi "Expand also in phi? I.e seach for non-axisymmetric surface"
+BOOLEAN ahf_phi "Expand also in phi? I.e seach for non-axisymmetric surface"
{
} "no"
-LOGICAL ahf_offset "Center offset from origin?"
+BOOLEAN ahf_offset "Center offset from origin?"
{
} "no"
-LOGICAL ahf_wander "Allow the center to wander?"
+BOOLEAN ahf_wander "Allow the center to wander?"
{
} "no"
@@ -77,15 +77,15 @@ INT ahf_nphi "Number of subdivisions in phi"
#three coordinate planes, while octant = "high" enforces also the
#extra symmetry of rotation of pi/2 around the z axis.
-LOGICAL ahf_refx "Reflection symmetry x->-x?"
+BOOLEAN ahf_refx "Reflection symmetry x->-x?"
{
} "no"
-LOGICAL ahf_refy "Reflection symmetry y->-y?"
+BOOLEAN ahf_refy "Reflection symmetry y->-y?"
{
} "no"
-LOGICAL ahf_refz "Reflection symmetry z->-z?"
+BOOLEAN ahf_refz "Reflection symmetry z->-z?"
{
} "no"
@@ -98,7 +98,7 @@ KEYWORD ahf_octant "Octant symmetry?"
#Parameters for minimization algorithm.
-LOGICAL ahf_minarea "Minimize area instead of expansion?"
+BOOLEAN ahf_minarea "Minimize area instead of expansion?"
{
} "no"
@@ -114,23 +114,23 @@ REAL ahf_tol "Tolerance for minimization routines"
#Parameters for initial guess.
-LOGICAL ahf_sloppyguess "Use sphere as initial guess?"
+BOOLEAN ahf_sloppyguess "Use sphere as initial guess?"
{
} "no"
-LOGICAL ahf_guess_absmin "Use absolute min to start Minimization?"
+BOOLEAN ahf_guess_absmin "Use absolute min to start Minimization?"
{
} "no"
-LOGICAL ahf_guessold "Use old horizon as initial guess?"
+BOOLEAN ahf_guessold "Use old horizon as initial guess?"
{
} "no"
-LOGICAL ahf_inner "Look for inner horizon?"
+BOOLEAN ahf_inner "Look for inner horizon?"
{
} "no"
-LOGICAL ahf_manual_guess "Use specified coefficients for guess?"
+BOOLEAN ahf_manual_guess "Use specified coefficients for guess?"
{
} "no"
@@ -276,7 +276,7 @@ REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3"
#Parameters for flow algorithm.
-LOGICAL ahf_flow "Use flow instead of minimization?"
+BOOLEAN ahf_flow "Use flow instead of minimization?"
{
} "no"
@@ -329,35 +329,35 @@ REAL ahf_minchange "min rel diff between 1 big and 2 small steps"
#IMPORTANT: 3D output for grid functions is still not implemented!
-LOGICAL ahf_logfile "Write log file?"
+BOOLEAN ahf_logfile "Write log file?"
{
} "no"
-LOGICAL ahf_verbose "Print messages to screen?"
+BOOLEAN ahf_verbose "Print messages to screen?"
{
} "yes"
-LOGICAL ahf_veryverbose "Print messages at each iteration step to screen?"
+BOOLEAN ahf_veryverbose "Print messages at each iteration step to screen?"
{
} "no"
-LOGICAL ahf_guessverbose "Print info on initial guell points?"
+BOOLEAN ahf_guessverbose "Print info on initial guell points?"
{
} "no"
-LOGICAL ahf_2Doutput "2D output of grid functions?"
+BOOLEAN ahf_2Doutput "2D output of grid functions?"
{
} "yes"
-LOGICAL ahf_3Doutput "3D output of grid functions? (Not yet implemented!)"
+BOOLEAN ahf_3Doutput "3D output of grid functions? (Not yet implemented!)"
{
} "no"
-LOGICAL ahf_areamap "Find area map?"
+BOOLEAN ahf_areamap "Find area map?"
{
} "no"
-LOGICAL ahf_gaussout "Output gaussian curvature of horizon?"
+BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?"
{
} "yes"
@@ -366,11 +366,11 @@ LOGICAL ahf_gaussout "Output gaussian curvature of horizon?"
#Parameters for mask.
#IMPORTANT: By default the mask is always off!
-LOGICAL ahf_mask "Use mask for definite horizons?"
+BOOLEAN ahf_mask "Use mask for definite horizons?"
{
} "no"
-LOGICAL ahf_weakmask "Use mask for possible horizons?"
+BOOLEAN ahf_weakmask "Use mask for possible horizons?"
{
} "no"
@@ -379,7 +379,7 @@ REAL ahf_maskshrink "Shrink factor for mask"
: ::
} -2.0
-LOGICAL ah_persists "Does the AH Finder array and mask stay around"
+BOOLEAN ah_persists "Does the AH Finder array and mask stay around"
{
} "no"