aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-05-15 20:46:57 +0000
committerrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2013-05-15 20:46:57 +0000
commit2b16ca44e05a6bf994c6f493fadaf9c76570d83b (patch)
treee611cb656f4a3d60704fe7c19a63152712a9907b /param.ccl
parent58e5ebb6c6de659388a9f4683923047edd26555d (diff)
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
Diffstat (limited to 'param.ccl')
-rwxr-xr-xparam.ccl6
1 files changed, 6 insertions, 0 deletions
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"