aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/carpetslab.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetSlab/src/carpetslab.hh')
-rw-r--r--Carpet/CarpetSlab/src/carpetslab.hh36
1 files changed, 36 insertions, 0 deletions
diff --git a/Carpet/CarpetSlab/src/carpetslab.hh b/Carpet/CarpetSlab/src/carpetslab.hh
new file mode 100644
index 000000000..04c6bfda3
--- /dev/null
+++ b/Carpet/CarpetSlab/src/carpetslab.hh
@@ -0,0 +1,36 @@
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/src/Attic/carpetslab.hh,v 1.1 2001/03/01 13:40:11 eschnett Exp $
+
+#include "cctk.h"
+
+namespace Carpet {
+
+ extern "C" {
+
+ int Hyperslab_GetLocalHyperslab (cGH* GH,
+ int vindex,
+ int vtimelvl,
+ int hdim,
+ const int global_startpoint [/*vdim*/],
+ const int directions [/*vdim*/],
+ const int lengths [/*hdim*/],
+ const int downsample [/*hdim*/],
+ void** hdata,
+ int hsize [/*hdim*/],
+ int ghsize [/*hdim*/],
+ int hoffset [/*hdim*/]);
+
+ int Hyperslab_GetHyperslab (cGH* GH,
+ int target_proc,
+ int vindex,
+ int vtimelvl,
+ int hdim,
+ const int global_startpoint [/*vdim*/],
+ const int directions [/*vdim*/],
+ const int lengths [/*hdim*/],
+ const int downsample [/*hdim*/],
+ void** hdata,
+ int hsize [/*hdim*/]);
+
+ } // extern "C"
+
+} // namespace Carpet