aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-28 16:20:10 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-28 16:20:10 +0000
commitfe80ff11ff9725f1bb576780ea8ff31207d2ce10 (patch)
tree2aae4211bd129395467d5b749e04bb7e26f6886a /doc
parent10bf1d1f324a250bf42058d41cd4258492176b74 (diff)
add support for (mirrored, not rotating) quadrant and octant grids
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@869 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
-rw-r--r--doc/documentation.tex7
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index 58344b5..f131dab 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,12 +3,12 @@ small things
I think we work properly with FishEye, but I should verify that
medium things
- handle quadrant/octant grids with symmetry BCs
- (I think current Jacobian data structures can handle this,
- I just need to define a new type of patch system)
+ lib/make/extras/LAPACK/ shell scripts to replace environment variables
+ LAPACK_DIR, LAPACK_EXTRA_LIBS, and LAPACK_EXTRA_LIBDIRS
there should be a Cactus test suite
HDF5 data files (simple format and/or Werner Benger's fancy one)
move origin point to track moving BHs
+ read AHFinder Fourier coeffs for initial guess
write data files giving intersection of AH with a Cactus output plane
(or more generally, with a hyperslab)
export a "compute h(theta,phi)" function
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5236c65..2295f5a 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -360,9 +360,10 @@ in order to use \thorn{AHFinderDirect}:
There are also some restrictions on the spacetime, or more precisely
on each slice where you want to find apparent horizons:
\begin{itemize}
-\item At present only \verb|Grid::domain = "full"| and
- \verb|Grid::domain = "bitant"| grids are supported.
- I hope to support other symmetry types soon.
+\item At present rotating (or more precisely nonlocal)
+ symmetry boundary conditions aren't supported.
+ However, \verb|Grid::domain = "full"|, \verb|"bitant"|,
+ \verb|"quadrant"|, and \verb|"octant"| all work fine.
\item \thorn{AHFinderDirect} requires that the Cactus geometry
($g_{ij}$, $K_{ij}$, and optionally $\psi$) be nonsingular
in a neighborhood of the apparent horizon. In particular,