aboutsummaryrefslogtreecommitdiff
path: root/schedule.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 /schedule.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 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b26c5ab..76ae893 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -251,7 +251,7 @@ if (CCTK_Equals(eh_shift_type,"numerical"))
} "Read in shift from file"
}
-if (CCTK_Equals(metric_type,"static conformal") && CCTK_Equals(eh_metric_type,"numerical"))
+if (CCTK_Equals(metric_type,"static conformal") && CCTK_Equals(eh_metric_type,"numerical") && !read_conformal_factor_once)
{
schedule EHFinder_Read_Conformal at CCTK_PRESTEP
{