From a85fc4411772a902e73771177ca8b6da040319a4 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 23 Dec 2005 14:19:10 +0000 Subject: add new option run_at_CCTK_POSTINITIAL git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1433 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- param.ccl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'param.ccl') 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 -- cgit v1.2.3