aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 15:15:31 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 15:15:31 +0000
commitd5791f2404ba4d1e2cfbd3ec401240bd72cd37a7 (patch)
treef09b4b003f2a33fc4af87f20bffee181eee65706 /schedule.ccl
parenta0a6d585f0bc06b433de8ec9aa29707d8c2774c5 (diff)
reorganize the way we do the initial data setup:
Previously we did it one, using a routine called dirctly from the Cactus scheduler. This worked ok, but... if we tried to find an AH and failed due to the trial horizon surface falling off the edge of the grid, the next time we tried to find that horizon the surface would again be off the edge of the grid, so the finding would fail again, ... and again ..., i.e. we'd never again be able to find that horizon. Ths was ++ungood. So... this checkin changes the semantics so that each time we try to find an AH, we first test whether we need to (re)set an initial guess first. The test is that if we succeeded the most recent preceding time we tried to find this AH, then we use that AH position as our initial guess this time. Otherwise (i.e.if this is the first time we'vetried to find this AH, or if we've tried before but failed on our more recent preceding attempt), we (re)set the initial guess. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@802 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'schedule.ccl')
0 files changed, 0 insertions, 0 deletions