aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 11:43:34 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-10-16 11:43:34 +0000
commit5622953bb4761c67c48e2862dd988b5d282aa809 (patch)
treef7fa07f3ed6f7433de0fed147beaa0df17360607 /param.ccl
parent784491c45d4a4675c171963e06b3d23f8bd39c9f (diff)
Making some parameters steerable. I somebody had a suggestion of other parameters that
could be made steerable, let me know. Not all of them are trivial though. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@131 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl115
1 files changed, 105 insertions, 10 deletions
diff --git a/param.ccl b/param.ccl
index a1faff7..e6d7cdc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,7 +7,7 @@
restricted:
-BOOLEAN ahf_active "Activate AHFinder?"
+BOOLEAN ahf_active "Activate AHFinder?" STEERABLE = ALWAYS
{
} "no"
@@ -26,12 +26,12 @@ BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surfac
{
} "no"
-INT ahf_findevery "How often to look for horizons"
+INT ahf_findevery "How often to look for horizons" STEERABLE = ALWAYS
{
: :: "Ranges from 1 for each iteration to higher numbers with default set to 1"
} 1
-INT ahf_findafter "After how many iterations look for horizons"
+INT ahf_findafter "After how many iterations look for horizons" STEERABLE = ALWAYS
{
: :: "By default set to 0, Any positive integer if start later in an evolution"
} 0
@@ -48,7 +48,7 @@ REAL trapped_surface_delta "find (expansion = delta) surface"
#Parameters for surface expansion.
-BOOLEAN 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" STEERABLE = ALWAYS
{
} "no"
@@ -60,7 +60,7 @@ BOOLEAN ahf_wander "Allow the center to wander?"
{
} "no"
-INT ahf_lmax "Maximum number of terms in theta expansion"
+INT ahf_lmax "Maximum number of terms in theta expansion" STEERABLE = ALWAYS
{
0:20 :: "Range from 0 to 20. 8 is the default"
} 8
@@ -111,12 +111,12 @@ BOOLEAN ahf_minarea "Minimize area instead of expansion?"
INT ahf_maxiter "Maximum number of iterations of POWELL"
{
- : :: "Any senseful integer value. Default is 10"
+ : :: "Any sensible integer value. Default is 10"
} 10
REAL ahf_tol "Tolerance for minimization routines"
{
- : :: "A senseful real number."
+ : :: "A sensible real number."
} 0.1
#Parameters for initial guess.
@@ -129,7 +129,7 @@ BOOLEAN ahf_guess_absmin "Use absolute min to start Minimization?"
{
} "no"
-BOOLEAN ahf_guessold "Use old horizon as initial guess?"
+BOOLEAN ahf_guessold "Use old horizon as initial guess?" STEERABLE = ALWAYS
{
} "no"
@@ -283,7 +283,7 @@ REAL ahf_zc_2 "z-coordinate of center of expansion for third surface with find3"
#Parameters for flow algorithm.
-BOOLEAN ahf_flow "Use flow instead of minimization?"
+BOOLEAN ahf_flow "Use flow instead of minimization?" STEERABLE = ALWAYS
{
} "no"
@@ -368,7 +368,7 @@ BOOLEAN ahf_areamap "Find area map?"
{
} "no"
-BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?"
+BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS
{
} "yes"
@@ -391,6 +391,13 @@ REAL ahf_maskshrink "Shrink factor for mask"
0.0:1.0 :: "Must be positive and not larger than 1"
} 0.9
+# Parameters for shift.
+
+REAL ahf_shiftcoeff "Coefficient for shift"
+{
+: :: "Anything goes"
+} 0.0
+
####################################
### PARAMETERS FROM OTHER THORNS ###
@@ -415,3 +422,91 @@ KEYWORD domain ""
}
+### FROM EINSTEIN ###
+
+shares: einstein
+
+EXTENDS KEYWORD shift "Which shift condition to use"
+{
+ "ahfinder" :: "Set the shift after finding horizon"
+} ""
+
+BOOLEAN use_mask ""
+{
+} ""
+
+
+### FROM SIMPLEEXCISION ###
+
+shares: simpleexcision
+
+KEYWORD excisiontype ""
+{
+} ""
+
+INT order ""
+{
+: :: ""
+}
+
+REAL dhole1_xmin ""
+{
+: :: ""
+}
+
+REAL dhole1_ymin ""
+{
+: :: ""
+}
+
+REAL dhole1_zmin ""
+{
+: :: ""
+}
+
+REAL dhole1_xmax ""
+{
+: :: ""
+}
+
+REAL dhole1_ymax ""
+{
+: :: ""
+}
+
+REAL dhole1_zmax ""
+{
+: :: ""
+}
+
+REAL dhole2_xmin ""
+{
+: :: ""
+}
+
+REAL dhole2_ymin ""
+{
+: :: ""
+}
+
+REAL dhole2_zmin ""
+{
+: :: ""
+}
+
+REAL dhole2_xmax ""
+{
+: :: ""
+}
+
+REAL dhole2_ymax ""
+{
+: :: ""
+}
+
+REAL dhole2_zmax ""
+{
+: :: ""
+}
+
+