aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-12-23 14:19:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2005-12-23 14:19:10 +0000
commita85fc4411772a902e73771177ca8b6da040319a4 (patch)
treeb3a285f4be62756345a7c4d00eb286156a44a7b0 /param.ccl
parentaa26181cb4449be1561da7ef2f31845db67250ff (diff)
add new option run_at_CCTK_POSTINITIAL
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1433 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl6
1 files changed, 5 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index eb712a4..4d31178 100644
--- a/param.ccl
+++ b/param.ccl
@@ -55,7 +55,7 @@ int find_every "how often should we try to find apparent horizons?"
# These parameters control which schedule bin (or even bins, if you
# want) AHFinderDirect runs in. Historically, AHFinderDirect has run
# at CCTK_ANALYSIS. However, for some purposes it's more convenient
-# to run at CCTK_POSTSTEP.
+# to run at CCTK_POSTSTEP and/or CCTK_POSTINITIAL
#
Boolean run_at_CCTK_ANALYSIS "should we run in CCTK_ANALYSIS schedule bin?"
{
@@ -63,6 +63,10 @@ Boolean run_at_CCTK_ANALYSIS "should we run in CCTK_ANALYSIS schedule bin?"
Boolean run_at_CCTK_POSTSTEP "should we run in CCTK_POSTSTEP schedule bin?"
{
} false
+Boolean run_at_CCTK_POSTINITIAL \
+ "should we run in CCTK_POSTINITIAL schedule bin?"
+{
+} false
#
# unless you're trying to debug AHFinderDirect, you should leave