aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 9ca619d..6546fd4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -26,19 +26,24 @@ USES FUNCTION SetDriftCorrectPosition
########################################
+#
# This function returns the local coordinate origin for a given horizon.
+#
CCTK_INT FUNCTION HorizonLocalCoordinateOrigin \
(CCTK_INT IN horizon_number, \
CCTK_REAL OUT origin_x, CCTK_REAL OUT origin_y, CCTK_REAL OUT origin_z)
+#
# The following function queries whether or not the specified horizon
# was found the most recent time AHFinderDirect searched for it.
# The return value is:
# 1 if the horizon was found
# 0 if the horizon was not found
# negative for an error
+#
CCTK_INT FUNCTION HorizonWasFound(CCTK_INT IN horizon_number)
+#
# The following function computes the horizon radius in the
# direction of each (x,y,z) point, or -1.0 if this horizon wasn't found
# the most recent time AHFinderDirect searched for it. More precisely,
@@ -47,6 +52,7 @@ CCTK_INT FUNCTION HorizonWasFound(CCTK_INT IN horizon_number)
# between the local coordinate origin and this ray's intersection with
# the horizon, or -1.0 if this horizon wasn't found the most recent time
# AHFinderDirect searched for it.
+#
CCTK_INT FUNCTION HorizonRadiusInDirection \
(CCTK_INT IN horizon_number, \
CCTK_INT IN N_points, \