From 5e2b1830f36258bf29092e3db1038a814f8b8b0f Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 21 Nov 2000 14:38:27 +0000 Subject: Important change for excision. The size of the excision box is now controlled by global scalars instead of parameters. This makes it much better because this numbers have to change. Before I was just changing the parameters which was causing trouble when recovering from checkpoint. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@153 89daf98e-ef62-4674-b946-b8ff9de2216c --- schedule.ccl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 2a9d464..3d11cb5 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -13,7 +13,9 @@ schedule AHFinder_SetSym at CCTK_BASEGRID if (ahf_persists) { - STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid,ahfmask + STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid + STORAGE: ahfmask + STORAGE: hole1_bounds,hole2_bounds,hole3_bounds schedule ahfinder at CCTK_POSTSTEP { @@ -26,13 +28,15 @@ else if (CCTK_Equals(ahf_mask,"off")) schedule ahfinder at CCTK_POSTSTEP { LANG: Fortran - STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid,ahfmask + STORAGE: ahfindergrid,ahfinderexp,ahfgradient,ahfinder_gauss,find3grid + STORAGE: ahfmask } "Call apparent horizon finder" } else { STORAGE: ahfmask + STORAGE: hole1_bounds,hole2_bounds,hole3_bounds schedule ahfinder at CCTK_POSTSTEP { -- cgit v1.2.3