aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-02-12 18:39:51 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-02-12 18:39:51 +0000
commit301b9794d996cc3cdfc7f47f3802956a64dad838 (patch)
tree9a0482fee05a0c4f05f593ccda84ae18e7af0fcf /src
parentfb6d05a1ba08a07638a1add57de2aeb0e4ae85da (diff)
describe aliased_functions.cc
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1270 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/driver/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/driver/README b/src/driver/README
index a19bbb0..7f0f7dc 100644
--- a/src/driver/README
+++ b/src/driver/README
@@ -20,12 +20,16 @@ find_horizons.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
this is called from the scheduler to find the apparent horizon(s)
in a slice
+mask.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
+ this is called from the scheduler to set an excision mask or masks
+
announce.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
this is called from the scheduler to announce apparent horizon
info to other thorns
-mask.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
- this is called from the scheduler to set an excision mask or masks
+aliased_functions.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS, CCTK_FUNCTIONS
+ this is called from other thorns via the flesh aliased-function
+ interface, for the other thorns to find out about apparent horizons
initial_guess.cc
this sets up the initial guess(es) for the horizon position(s)