aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/interface.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/interface.ccl20
1 files changed, 14 insertions, 6 deletions
diff --git a/Carpet/CarpetIOHDF5/interface.ccl b/Carpet/CarpetIOHDF5/interface.ccl
index a2ef8350e..521e023a9 100644
--- a/Carpet/CarpetIOHDF5/interface.ccl
+++ b/Carpet/CarpetIOHDF5/interface.ccl
@@ -24,6 +24,10 @@ CCTK_INT next_output_iteration TYPE=scalar
CCTK_REAL next_output_time TYPE=scalar
CCTK_INT this_iteration TYPE=scalar
+CCTK_INT last_output_iteration_slice[3] TYPE=scalar
+CCTK_REAL last_output_time_slice[3] TYPE=scalar
+CCTK_INT this_iteration_slice[3] TYPE=scalar
+
CCTK_INT FUNCTION Coord_GroupSystem \
(CCTK_POINTER_TO_CONST IN GH, \
@@ -37,6 +41,16 @@ CCTK_INT FUNCTION \
USES FUNCTION MultiPatch_MapIsCartesian
+# Determine which boundaries are symmetry boundaries
+CCTK_INT FUNCTION \
+ SymmetryTableHandleForGrid (CCTK_POINTER_TO_CONST IN cctkGH)
+REQUIRES FUNCTION SymmetryTableHandleForGrid
+
+CCTK_INT FUNCTION \
+ SymmetryTableHandleForGI (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN group_index)
+REQUIRES FUNCTION SymmetryTableHandleForGI
+
# Check whether existing output files should be truncated or not
CCTK_INT FUNCTION IO_TruncateOutputFiles \
@@ -53,12 +67,6 @@ FUNCTION UniqueConfigID (CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION UniqueConfigID
# Return a pointer to an unmodifiable C string
-# which contains a unique ID for this source tree
-CCTK_POINTER_TO_CONST \
-FUNCTION UniqueSourceID (CCTK_POINTER_TO_CONST IN cctkGH)
-USES FUNCTION UniqueSourceID
-
-# Return a pointer to an unmodifiable C string
# which contains a unique ID for this build
CCTK_POINTER_TO_CONST \
FUNCTION UniqueBuildID (CCTK_POINTER_TO_CONST IN cctkGH)