aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-02 19:27:35 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-02 19:27:35 +0000
commit5e21c9352aafc2fddfa7f197509afeae964f4057 (patch)
tree9e8cf4e2050c4b2c3f2a1f6e77c1990261b06d3c /param.ccl
parent0f6d7f9f835de1663cbc04605c6d95aa9323ab7f (diff)
split former initial-data option
keyword initial_guess_method[5] \ "method used to set up initial guess for apparent horizon shape" { "read from file" :: "read from input file" into two options keyword initial_guess_method[5] \ "method used to set up initial guess for apparent horizon shape" { "read from named file" :: "read from explicitly-named input file" "read from h file" :: \ "read from input file named the same as the (later) h output file" git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1042 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 12 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 70c1242..8e16bfe 100644
--- a/param.ccl
+++ b/param.ccl
@@ -122,19 +122,28 @@ boolean print_timing_stats \
# next attempting to find this horizon.)
#
-# n.b. Schwarzschild/EF is the special case spin=0 of Kerr/Kerr
keyword initial_guess_method[5] \
"method used to set up initial guess for apparent horizon shape"
{
-"read from file" :: "read from input file"
+"read from named file" :: "read from explicitly-named input file"
+"read from h file" :: \
+ "read from input file named the same as the (later) h output file"
"Kerr/Kerr" :: \
- "set to the (analytical) horizon of Kerr spacetime in Kerr coordinates"
+ "set to the (analytical) horizon of Kerr spacetime in Kerr coordinates \
+ (n.b. Schwarzschild/EF is the special case spin=0 of this)"
"Kerr/Kerr-Schild" :: \
"set to the (analytical) horizon of Kerr spacetime in Kerr-Schild coordinates"
"coordinate sphere" :: "set to a coordinate sphere"
"coordinate ellipsoid" :: "set to a coordinate ellipsoid"
} "coordinate sphere"
+# parameters for initial_guess_method = "read from named file"
+string initial_guess__read_from_named_file__file_name[5] \
+ "file name to read initial guess from"
+{
+.+ :: "file name to read initial guess from"
+} "h.gp"
+
# parameters for initial_guess_method = "Kerr/Kerr"
real initial_guess__Kerr_Kerr__x_posn[5] "x coordinate of Kerr BH"
{