aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 17:16:33 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-04 17:16:33 +0000
commitede061a9c99095eed64ef7ca956c79017abb4b46 (patch)
tree4704c0eda2c9c38f22c5c32600b8df506bccf7cb /param.ccl
parent48a4a467fc0bd8cced3bb07788ffcbb0bf482e8f (diff)
add new parameter and code to allow computing surfaces of constant expansion
(the case expansion = 0 is the AH, others should be surfaces nested inside or outside the AH) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1118 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 415358c..21cd349 100644
--- a/param.ccl
+++ b/param.ccl
@@ -105,6 +105,15 @@ boolean print_timing_stats \
{
} "false"
+# By default, we find apparent horizons by solving the equation
+# Theta(h) = 0
+# This parameter allows the RHS to be set to any specified constant,
+# to find a surface of constant expansion.
+real surface_expansion[11] "search for a surface with this (constant) expansion"
+{
+*:* :: "any real number"
+} 0.0
+
################################################################################
#