aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO16
-rw-r--r--doc/hdf.format19
-rw-r--r--doc/makefile2
3 files changed, 36 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..a287e5c
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,16 @@
+small things
+ HDF5 data files
+ move origin point
+ set centroid variables for drift correction
+ error_exit --> CCTK_VWarn wrapper
+ tweak wording of 'AH found' msg for non-"Newton solve" methods
+ and for "mass" when BH spin != 0
+ check for N_ghost_points too small for FD order and give a sensible
+ error message -- right now we just die with an assertion failure
+ if assertions are enabled, or access gridfn arrays outside bounds
+ if not :( :(
+
+large things
+ multi-processor (interpolator, overall control)
+ sparse matrix elliptic solver
+ "isolated horizons" computation of BH mass and spin
diff --git a/doc/hdf.format b/doc/hdf.format
new file mode 100644
index 0000000..dc8d4d3
--- /dev/null
+++ b/doc/hdf.format
@@ -0,0 +1,19 @@
+HDF5 Data File Format
+=====================
+$Header$
+
+This design assumes that integer min/max/size info is implicit in an
+HDF5 dataset. If not, these would need to be added as explicit attributes.
+
+array [0:*] (timesteps) of
+ array [1:N_horizons(t)] of
+ # description of a single apparent horizon
+ fp origin_x, origin_y, origin_z
+ array [0:N_patches-1] of
+ # description of a single patch
+ array [min_irho:max_irho] [min_isigma:max_isigma] of h
+ array [min_irho:max_irho] [min_isigma:max_isigma] of x
+ array [min_irho:max_irho] [min_isigma:max_isigma] of y
+ array [min_irho:max_irho] [min_isigma:max_isigma] of z
+ fp centroid_x, centroid_y, centroid_z
+ fp area, mass
diff --git a/doc/makefile b/doc/makefile
index 0f5ea11..4592087 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,5 +1,5 @@
# Makefile for documentation
-# $Id: makefile,v 1.1 2002-04-21 18:34:31 jthorn Exp $
+# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/doc/makefile,v 1.2 2002-09-16 18:08:06 jthorn Exp $
#
# Targets: