aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-06-13 09:06:12 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-06-13 09:06:12 +0000
commit270d4606bcdd581c5251a51179f96c8c6b01bd4c (patch)
treed4e2dcd41e8dcfc0511a5393f036612cc22f5a4c /param.ccl
parentf7b5353dcdc301c459f61831d87857dfd67bbd00 (diff)
Added a parameter read_conformal_factor_once to support reading the
conformal factor only once (since it's not changed during the evolution). The user now only has to output staticconformal::psi at iteration 0, thereby saving some diskspace. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@117 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1d2a5ab..45e7cfb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -21,6 +21,10 @@ KEYWORD eh_shift_type "Do we use numerical or analytic metric information"
"analytic" :: "Use external analytic metric"
} "analytic"
+BOOLEAN read_conformal_factor_once "Should the conformal factor only be read once"
+{
+} "yes"
+
KEYWORD initial_f "Initial surface choice"
{
"sphere" :: "spherical surface"