aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl33
1 files changed, 15 insertions, 18 deletions
diff --git a/param.ccl b/param.ccl
index 464ec92..479b9dc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -29,6 +29,10 @@ private:
### General parameters ###
############################
+BOOLEAN ahf_ReportAlways "Report for all surfaces found (yes) or just for apparent horizons (no)"
+{
+} "yes"
+
BOOLEAN ahf_find3 "Searching for 3 surfaces?"
{
} "no"
@@ -39,17 +43,17 @@ BOOLEAN ahf_trapped_surface "Minimize (expansion + delta) to find trapped surfac
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: :: "Set to 1 for searching each iteration"
} 1
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: :: "Any positive integer"
} 0
-REAL ahf_findaftertime "After how much time look for horizons."
+REAL ahf_findaftertime "After how much time look for horizons"
{
- : :: "Any positive real number. If non-zero overides ahf_findafter"
+0.0: :: "Any positive real number. If non-zero overides ahf_findafter"
} 0.0
REAL trapped_surface_delta "find (expansion = delta) surface" STEERABLE = ALWAYS
@@ -216,7 +220,7 @@ BOOLEAN ahf_sloppyguess "Use sphere as initial guess?"
{
} "no"
-BOOLEAN ahf_guess_absmin "Use absolute min to start Minimization?"
+BOOLEAN ahf_guess_absmin "Use absolute min to start minimization?"
{
} "no"
@@ -324,7 +328,7 @@ BOOLEAN ahf_flow "Use flow instead of minimization?" STEERABLE = ALWAYS
INT ahf_flowiter "Maximum number of iterations for flow"
{
- : :: "Anything"
+0: :: "Anything"
} 200
REAL ahf_flowa "alpha parameter for flow"
@@ -406,7 +410,7 @@ BOOLEAN ahf_areamap "Find area map?"
{
} "no"
-BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS
+BOOLEAN ahf_gaussout "Output gaussian curvature of horizon?" STEERABLE = ALWAYS
{
} "yes"
@@ -438,7 +442,6 @@ REAL ahf_shiftcoeff "Coefficient for shift"
} 0.0
-
###############################################
### PARAMETERS SHARED FROM OTHER THORNS ###
###############################################
@@ -461,13 +464,9 @@ STRING outdir ""
shares: grid
-KEYWORD domain ""
-{
-}
+USES KEYWORD domain ""
-KEYWORD bitant_plane ""
-{
-}
+USES KEYWORD bitant_plane ""
#####################
@@ -476,12 +475,10 @@ KEYWORD bitant_plane ""
shares: einstein
+USES BOOLEAN use_mask ""
+
EXTENDS KEYWORD shift "Which shift condition to use"
{
"ahfinder" :: "Set the shift after finding horizon"
} ""
-BOOLEAN use_mask ""
-{
-} ""
-