aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-03 15:09:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-03 15:09:18 +0000
commit9c3426afc677bfb1f0d0cabf57cd83a0c5d8f354 (patch)
treedb62c2abce0485e1972c82bb928488dee693eb28
parent8c9f5bda1038461628e7a91a65a90cc8401fe92b (diff)
add new driver/ directory
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@706 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--src/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/README b/src/README
index 2d5ca0c..5ff17b4 100644
--- a/src/README
+++ b/src/README
@@ -2,9 +2,12 @@ This is the top-level source directory for the AHFinderDirect thorn.
See ../doc/ for further documentation.
The main subdirectories under this directory are:
+driver/ high-level driver routines to solve the H(h) = 0
+ equations and interface to the rest of Cactus
gr/ relativity code; all knowledge of the actual apparent
horizon equation lives in the code in this directory
-maple/ Maple code to generate C/C++ from complicated expressions
+gr.cg/ Maple-generated code to compute the H(h) function
+ and its Jacobian coefficients
util/ basic multipatch infrastructure for storing and
finite differencing gridfns in angular coordinates
on the surface of a 2-sphere
@@ -14,8 +17,7 @@ jtutil/ low-level utility library in C++ namespace jtutil::
floating-point comparisons, N-dimensional arrays, etc)
include/ common header files which don't live in any other
source directory
-
-try/ little test programs to experiment with compilers
- and their bugs, fancy C++ features, etc etc
-archive/ obselete code that might come in handy for reuse or ideas
- some day
+misc/ misc source code that doesn't fit anywhere else,
+ including the 'mpp' Maple preprocessor used by the
+ Maple code in other directories
+maple/ Maple code to generate C/C++ from complicated expressions