aboutsummaryrefslogtreecommitdiff
path: root/src/README
blob: 27fc707d64b280bac1009e8e20c3262539509b48 (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
jt/		symlinks to various header files in other directories of
		the source tree
libinterp/	interpolation library
libutil/	low-level utility library: templates and inline functions
		for things like integer <--> floating-point linear maps,
		N-dimensional arrays, fuzzy floating-point comparisons, 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