aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-07-02 09:48:57 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-07-02 09:48:57 +0000
commit116ecf1f8ad5bbd3ad74f9367bf7907d8c43d0ce (patch)
tree5e481aec43baa71f94a59f9cb3bb88d7ed1e62e6 /param.ccl
parentffb807f5d7b17fe526de381d63098349199f2900 (diff)
Added a parameter to schoose inward going surfaces instead of outward
going surfaces. If tracking inward going surfaces it is not an event horizon finder anymore, but this feature might be useful for other things. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@121 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e20eeeb..8f62563 100644
--- a/param.ccl
+++ b/param.ccl
@@ -128,6 +128,12 @@ KEYWORD upwind_type "Type of upwinding used in evolving the ehfinder equations"
"characteristic" :: "Use characteristic information"
} "intrinsic"
+KEYWORD surface_direction "Should we track outward or inward moving surfaces"
+{
+ "outward" :: "Track outward moving surfaces. Use for event horizon finding."
+ "inward" :: "Track inward moving surfaces."
+} "outward"
+
BOOLEAN reparam_undo "Should re-parametrization be undone at pinch-off"
{
} "no"