aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-19 16:53:29 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-11-19 16:53:29 +0000
commitc5938832b234565efde9808b7016d78b3035ef91 (patch)
tree335f9ef502a82ff8aac68d16439a8fd397ea1ae6 /param.ccl
parente7cef318b23996769b90b54cd9aba8fe47ef4e6e (diff)
make max_allowable_horizon_radius into an array parameter
so it can/must be specified for each horizon --> gives a bit more flexibility for screening out "bad" cases (alas this isn't in the thornguide yet :() git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1205 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 5 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 528c8b6..4c4e2e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -724,11 +724,12 @@ real max_allowable_Delta_h_over_h \
# this divergence faster) if there is no horizon present or if the initial
# guess is bad, we also deem any horizon with a mean radius (measured around
# its local coordinate origin) larger than this to be "not found". The
-# default is effectively "no limit"; you should (re)set this to the
-# coordinate radius of a sphere with areal radius 4m or so, where m is
-# the ADM mass of the slice.
+# default is effectively "no limit"; AHFinderDirect will be more efficient
+# if you (re)set this (for each horizon) to the coordinate radius of a
+# sphere a bit larger than you expect the horizon to be (eg a sphere with
+# areal radius 4m or so, where m is the ADM mass of the slice).
#
-real max_allowable_horizon_radius \
+real max_allowable_horizon_radius[11] \
"max mean-coordinate-radius allowed for any trial surface \
before we give up and say we can't find this horizon"
{