aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-03 22:24:30 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-03 22:24:30 +0000
commit75e72eb8d538dd35632d3228cb4cbd059e3942d2 (patch)
tree3df241aed21c19a18f299dd5465ae76bc9c385db /src
parent1c0f4588c812b958038dadad805af187cb939981 (diff)
add an ***experimental-not-tested-yet-not-documented-yet***
function-aliasing interface to allow other thorns to find out the AH shape git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1221 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/README2
-rw-r--r--src/driver/make.code.defn2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/README b/src/README
index a78b7c1..71e25c4 100644
--- a/src/README
+++ b/src/README
@@ -22,6 +22,8 @@ within Cactus; these are listed in top-down order (no code depends
on, or includes header files from, higher-level code):
driver/ contains high-level driver routines to solve the
Theta(h) = 0 equations and interface to the rest of Cactus
+ (all the aliased-function stuff to interface with other
+ thorns also lives here)
gr/ contains relativity code; all knowledge of the actual
apparent horizon equation lives in the code in this directory
gr.cg/ contains Maple-generated C code (generated from Maple
diff --git a/src/driver/make.code.defn b/src/driver/make.code.defn
index 352a0cb..d26a076 100644
--- a/src/driver/make.code.defn
+++ b/src/driver/make.code.defn
@@ -6,7 +6,7 @@ SRCS = state.cc \
setup.cc find_horizons.cc \
initial_guess.cc Newton.cc \
io.cc misc-driver.cc \
- announce.cc mask.cc \
+ announce.cc horizon_radius.cc mask.cc \
BH_diagnostics.cc horizon_sequence.cc
# Subdirectories containing source files