aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-11-21 14:38:27 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2000-11-21 14:38:27 +0000
commit5e2b1830f36258bf29092e3db1038a814f8b8b0f (patch)
tree05f51fadf8fbb52354cd29d5b7874b4c8451984a /schedule.ccl
parentfca4cec519a663bdcd438322621ded4dda3628b5 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 6 insertions, 2 deletions
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
{