aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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"
{