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.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 65cb95b..1233b50 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -309,6 +309,13 @@ struct AH_data
struct BH_diagnostics BH_diagnostics;
FILE *BH_diagnostics_fileptr;
+ bool store_info_in_SS_vars; // should we store this horizon
+ // in the SphericalSurface variables?
+ int SS_surface_number; // if store_info_in_SS_vars ,
+ // this is the SphericalSurface
+ // surface number to store into;
+ // otherwise this is ignored
+
// interprocessor-communication buffers
// for this horizon's BH diagnostics and (optionally) horizon shape
struct horizon_buffers horizon_buffers;
@@ -395,6 +402,11 @@ extern "C"
extern "C"
void AHFinderDirect_announce(CCTK_ARGUMENTS);
+// spherical_surface.cc
+// ... called from Cactus Scheduler
+extern "C"
+ void AHFinderDirect_store_SS_info(CCTK_ARGUMENTS);
+
// mask.cc
// ... called from Cactus Scheduler
extern "C"