aboutsummaryrefslogtreecommitdiff
path: root/src/README
blob: 2d5ca0c9594c9af4aa89db1fb8769fa96165f46f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
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)
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