From 2b16ca44e05a6bf994c6f493fadaf9c76570d83b Mon Sep 17 00:00:00 2001 From: rhaas Date: Wed, 15 May 2013 20:46:57 +0000 Subject: extent ID keywords by "read from file" if given, we do nothing and assume the user uses IOUtil's filereader capability to read in ID from disk. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@62 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/param.ccl b/param.ccl index 389d481..1e109dd 100755 --- a/param.ccl +++ b/param.ccl @@ -34,6 +34,7 @@ KEYWORD initial_Y_e "Initial value for Y_e" { "none" :: "inactive" "one" :: "initially set to one" + "read from file" :: "do nothing, filereader will provide data" } "none" KEYWORD Y_e_evolution_method "Evolution method for Y_e" @@ -57,18 +58,21 @@ KEYWORD initial_Bvec "Initial value for Bvec" { "none" :: "inactive" "zero" :: "initially set to zero" + "read from file" :: "do nothing, filereader will provide data" } "none" KEYWORD initial_Avec "Initial value for Avec" { "none" :: "inactive" "zero" :: "initially set to zero" + "read from file" :: "do nothing, filereader will provide data" } "none" KEYWORD initial_Aphi "Initial value for Aphi" { "none" :: "inactive" "zero" :: "initially set to zero" + "read from file" :: "do nothing, filereader will provide data" } "none" KEYWORD Bvec_evolution_method "Evolution method for Bvec" @@ -87,12 +91,14 @@ KEYWORD initial_temperature "Initial value for temperature" { "none" :: "inactive" "zero" :: "initially set to zero" + "read from file" :: "do nothing, filereader will provide data" } "none" KEYWORD initial_entropy "Initial value for entropy" { "none" :: "inactive" "zero" :: "initially set to zero" + "read from file" :: "do nothing, filereader will provide data" } "none" -- cgit v1.2.3