aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index b08a551..dc73f84 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -384,6 +384,21 @@ extern "C"
extern "C"
void AHFinderDirect_maybe_do_masks(CCTK_ARGUMENTS);
+// aliased_functions.cc
+// ... called from other thorns via the Cactus flesh function-aliasing mechanism
+extern "C"
+ CCTK_INT AHFinderDirect_local_coordinate_origin
+ (CCTK_INT horizon_number,
+ CCTK_REAL* origin_x_ptr, CCTK_REAL* origin_y_ptr, CCTK_REAL* origin_z_ptr);
+extern "C"
+ CCTK_INT AHFinderDirect_horizon_was_found(CCTK_INT horizon_number);
+extern "C"
+ CCTK_INT AHFinderDirect_radius_in_direction
+ (CCTK_INT horizon_number,
+ CCTK_INT N_points,
+ const CCTK_REAL* const x, const CCTK_REAL* const y, const CCTK_REAL* const z,
+ CCTK_REAL* const radius);
+
// initial_guess.cc
void setup_initial_guess(patch_system& ps,
const struct initial_guess_info& igi,