aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-04 17:29:59 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-11-04 17:29:59 +0000
commit6e589409f440e1661f78776c1b80afd22b3697c5 (patch)
treebdf1d4c287d4bcffec3a8425ae3fffe229517a92 /doc
parent058eec14278dc8278a64dcb0f4135356948cdcd5 (diff)
add a small thing
read IO parameters to set (default) directory in which we write output files and a medium thing if two apparent horizons appear together, then move apart, right now even with N_horizons > 1 we will probably have each of our AHs track the same one; there should be some way to say "use AH 1 + something as the initial guess for AH2" or suchlike, so we could find both AHs git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@876 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 8cdd897..b61ba66 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,7 @@
small things
set centroid variables for drift correction
I think we work properly with FishEye, but I should verify that
+ read IO parameters to set (default) directory in which we write output files
medium things
lib/make/extras/LAPACK/ shell scripts to replace environment variables
@@ -21,6 +22,10 @@ medium things
checkpoint/recover doesn't work
(needs storage of h gridfn in Cactus arrays,
or else some equivalent mechanism)
+ if two apparent horizons appear together, then move apart, right now
+ even with N_horizons > 1 we will probably have each of our AHs track
+ the same one; there should be some way to say "use AH 1 + something
+ as the initial guess for AH2" or suchlike, so we could find both AHs
large things
multi-processor (interpolator, overall control)