aboutsummaryrefslogtreecommitdiff
path: root/src/driver/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/README')
-rw-r--r--src/driver/README36
1 files changed, 5 insertions, 31 deletions
diff --git a/src/driver/README b/src/driver/README
index f3de3e7..a19bbb0 100644
--- a/src/driver/README
+++ b/src/driver/README
@@ -16,24 +16,16 @@ state.cc
setup.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
this is called from the scheduler to setup our data structures
-find_horizons.cc # sees CCTK_ARGUMENTS
+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
- this is called from the scheduler to set an excision mask or masks
-
-announce.cc # sees CCTK_ARGUMENTS
+announce.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
this is called from the scheduler to announce apparent horizon
- info to other thorns via aliased function calls
+ info to other thorns
-spherical_surface.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
- this is called from the scheduler to store apparent horizon
- info in the SphericalSurface variables
-
-aliased_functions.cc # sees CCTK_ARGUMENTS, CCTK_FUNCTIONS
- this is called from other thorns via the flesh aliased-function
- interface, for the other thorns to find out about apparent horizons
+mask.cc # sees CCTK_ARGUMENTS, CCTK_PARAMETERS
+ this is called from the scheduler to set an excision mask or masks
initial_guess.cc
this sets up the initial guess(es) for the horizon position(s)
@@ -46,24 +38,6 @@ Newton.cc # sees cGH (for interprocessor broadcasts)
io.cc
I/O routines
-BH_diagnostics.{cc,hh}
- this struct (= class with public data) computes and keeps track of
- the BH diagnostics (horizon circumferences, area, irreducible mass,
- etc)
-
-misc-driver.cc
- some misc code that doesn't fit anywhere else :)
-
-Makefile.standalone
- Makefile for standalone test drivers etc
-
-horizon_sequence.{cc,hh}
- this class keeps track of the sequence of horizons which a given
- processor should try to find (possibly including dummy ones to
- preserve the multiprocessor synchronization)
-test_horizon_sequence.cc
- standalone test driver for horizon_sequence.{cc,hh}
-
ellipsoid.maple
this is a Maple script to compute the intersection of a given
ray with an ellipsoid; this is used in setting up the initial guess