aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:45:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-26 18:45:55 +0000
commit432e7e8056c5af511a7736786eb0b5c4ef8245c2 (patch)
tree63a7309f946a7da5fe32111d98db3b81817c1d26 /doc/TODO
parent7c75fbd310c89d6a0577f0e567a1e20e9ab7a8b8 (diff)
this is now fixed!
< write an output file or files at each time step giving the < apparent horizon centroid, area, and mass < Ian Hawke points out that a better (or additional) method might be < to put all the info in Cactus "local arrays" < CCTK_INT N_horizons_found < CCTK_REAL centroid_x[N_horizons] < CCTK_REAL centroid_y[N_horizons] < CCTK_REAL centroid_z[N_horizons] < CCTK_REAL area[N_horizons] < CCTK_REAL mass[N_horizons] < and then use IOBasic or IOASCII to output these git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@862 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/TODO b/doc/TODO
index a763784..d95b663 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,17 +1,6 @@
small things
set centroid variables for drift correction
I think we work properly with FishEye, but I should verify that
- write an output file or files at each time step giving the
- apparent horizon centroid, area, and mass
- Ian Hawke points out that a better (or additional) method might be
- to put all the info in Cactus "local arrays"
- CCTK_INT N_horizons_found
- CCTK_REAL centroid_x[N_horizons]
- CCTK_REAL centroid_y[N_horizons]
- CCTK_REAL centroid_z[N_horizons]
- CCTK_REAL area[N_horizons]
- CCTK_REAL mass[N_horizons]
- and then use IOBasic or IOASCII to output these
maybe getting NaN or Inf in the interpolated geometry
shouldn't abort the Cactus run, but just fail to find the horizon