aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/GetHyperslab.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-09-18 13:36:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-09-18 13:36:00 +0000
commit91ec86281fe4c575df2cbff1ba088c75e01ccced (patch)
tree45bf563e269454879b85be605ec1481d17194beb /Carpet/CarpetSlab/src/GetHyperslab.hh
parent837059042828992bd744de5a574e5c5237fdd7cb (diff)
Split hyperslabbing routines into multiple files
darcs-hash:20040918133657-891bb-69e4ea212109578a1e65b2e8b8632bb3dee276ce.gz
Diffstat (limited to 'Carpet/CarpetSlab/src/GetHyperslab.hh')
-rw-r--r--Carpet/CarpetSlab/src/GetHyperslab.hh23
1 files changed, 23 insertions, 0 deletions
diff --git a/Carpet/CarpetSlab/src/GetHyperslab.hh b/Carpet/CarpetSlab/src/GetHyperslab.hh
new file mode 100644
index 000000000..53586968c
--- /dev/null
+++ b/Carpet/CarpetSlab/src/GetHyperslab.hh
@@ -0,0 +1,23 @@
+// $Header$
+
+#ifndef CARPETSLAB_GETHYPERSLAB_HH
+#define CARPETSLAB_GETHYPERSLAB_HH
+
+#include "GetHyperslab.h"
+
+namespace CarpetSlab {
+
+ void *
+ GetSlab (const cGH* const cgh,
+ const int dest_proc,
+ const int n,
+ const int tl,
+ const int hdim,
+ const int origin[/*vdim*/],
+ const int dirs[/*hdim*/],
+ const int stride[/*hdim*/],
+ const int length[/*hdim*/]);
+
+} // namespace CarpetSlab
+
+#endif // !defined(CARPETSLAB_GETHYPERSLAB_HH)