From 5e21c9352aafc2fddfa7f197509afeae964f4057 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 2 May 2003 19:27:35 +0000 Subject: 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 --- param.ccl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'param.ccl') 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" { -- cgit v1.2.3