aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)