aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-06 17:35:57 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-06 17:35:57 +0000
commit7b57fd4cc6dfa45c59fdee119b14708fad2de426 (patch)
treeb11823227bd2bf2ecd5deeebdbf8a2c4cf1a2cfd /param.ccl
parent708e59c9ca0e0d18d1618d68b2a5358892b50290 (diff)
add a new parameter:
# # To detect some divergence cases faster, we also deem any horizon where # the infinity-norm of Theta exceeds this parameter, to be "not found". # The default is effectively "no limit". # real max_allowable_Theta \ "max ||Theta||_infinity allowed for any trial surface \ before we give up and say we can't find this horizon" { (0.0:* :: "any positive real number" } 1.0e10 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1225 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2c5b69b..f22c574 100644
--- a/param.ccl
+++ b/param.ccl
@@ -778,6 +778,19 @@ real Theta_norm_for_convergence \
(0.0:* :: "any positive real number"
} 1.0e-8
+#
+# To detect some divergence cases faster, we also deem any horizon where
+# the infinity-norm of Theta exceeds this parameter, to be "not found".
+# The default is effectively "no limit".
+#
+real max_allowable_Theta \
+ "max ||Theta||_infinity allowed for any trial surface \
+ before we give up and say we can't find this horizon"
+{
+(0.0:* :: "any positive real number"
+} 1.0e10
+
+
################################################################################
#