From c5938832b234565efde9808b7016d78b3035ef91 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 19 Nov 2003 16:53:29 +0000 Subject: 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 --- param.ccl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'param.ccl') 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" { -- cgit v1.2.3