aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:26:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-17 22:26:10 +0000
commit992b4ad347b6a9e861dc81bf651b64bef60325b3 (patch)
tree294f0ecf0a153eaa1323d9d269ba784bdd0d4101 /doc/TODO
parent4ecbb039436d4614d9434b52062f8c73727fa45e (diff)
add another TODO:
> handle excision properly > (detect when interpolator tries to use data from excised region > and treat this as failure to evalute H(h) --> failure to find horizon git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@846 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index e28817a..64d785c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -10,6 +10,9 @@ medium things
so other thorns could test point membership in/outside AH etc
prevent h from going negative if the iteration isn't converging
(maybe use log(h) in Newton iteration?)
+ handle excision properly
+ (detect when interpolator tries to use data from excised region
+ and treat this as failure to evalute H(h) --> failure to find horizon
large things
multi-processor (interpolator, overall control)