aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-22 14:40:20 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-22 14:40:20 +0000
commit9aab9f0abdf479102cd10fa473572e09f602d9ac (patch)
tree6e8f42449c521a47aa1272976dcc216882f5b488 /run
parent28d9e1e00aaa27b5b50ca7259474909057a160df (diff)
fix a bug which made us use the -1 ("past") time level every 2nd time
step of an evolution: Previously the code found the data pointers for the Cactus g_ij and K_ij grid arrays once in its setup phase, then used those all through the evolution. The problem is... the "current time level" data pointers change at each time step, because Cactus rotates the time-level arrays rather than copying all the (big) grid array data. This commit changes the coee to just lookup the Cactus variable indices in setup, then get a fresh set of data pointers each time we look for an apparent horizon (i.e. at each time step). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@850 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'run')
0 files changed, 0 insertions, 0 deletions