From 7a76e06b63f70d4ff1a013d6327626e4aadd8cfc Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 10 Aug 2010 14:10:23 +0000 Subject: Patch from Bruno Giacomazzo: the patch allows the possibility to schedule AHFinderDirect also at POSTPOSTINITIAL by adding the parameter run_at_CCTK_POSTPOSTINITIAL (default equals to false). I have used it to be sure that an AH was found after initial data computation and before the last call to the Con2Prim routine of Whisky before evolution was started (in order to have hydro variables properly excised before the beginning of the evolution). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1550 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- param.ccl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 6282504..dbb29b6 100644 --- a/param.ccl +++ b/param.ccl @@ -114,6 +114,9 @@ Boolean run_at_CCTK_POSTSTEP "should we run at CCTK_POSTSTEP?" Boolean run_at_CCTK_POSTINITIAL "should we run at CCTK_POSTINITIAL?" { } false +Boolean run_at_CCTK_POSTPOSTINITIAL "should we run at CCTK_POSTPOSTINITIAL?" +{ +} false Boolean run_at_CCTK_POST_RECOVER_VARIABLES \ "should we run at CCTK_POST_RECOVER_VARIABLES?" { -- cgit v1.2.3