aboutsummaryrefslogtreecommitdiff
path: root/src/README
blob: e5807d55480a2ce95bfaa6daae5319c7fba6b20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the top-level source directory for the AHFinderDirect thorn.
See ../doc/ for further documentation.

The main subdirectories under this directory are:
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
util/		basic multipatch infrastructure for storing and
		finite differencing gridfns in angular coordinates
		on the surface of a 2-sphere
jt/		symlinks to various header files in other directories of
		the source tree
libinterp/	old 1-D interpolation library -- no longer used
jtutil/		low-level utility library in C++ namespace jtutil:: --
		templates and inline functions for things like
		integer <--> floating-point linear maps, fuzzy
		floating-point comparisons, N-dimensional arrays, etc

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