aboutsummaryrefslogtreecommitdiff
path: root/src/PUGHSlab.h
diff options
context:
space:
mode:
authorallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2000-07-19 12:46:11 +0000
committerallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2000-07-19 12:46:11 +0000
commit3df54c0b14fc66d4c8663c5907588252fc5a09db (patch)
treed573d9278399014674d4d66c1ea5f0f6ad858d44 /src/PUGHSlab.h
parentd0b945b50f949b4c0fa437970fef46625d32e7f2 (diff)
New name for include file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@29 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src/PUGHSlab.h')
-rw-r--r--src/PUGHSlab.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/PUGHSlab.h b/src/PUGHSlab.h
new file mode 100644
index 0000000..cfc41f0
--- /dev/null
+++ b/src/PUGHSlab.h
@@ -0,0 +1,29 @@
+ /*@@
+ @header Hyperslab.h
+ @date Sun 28 May 2000
+ @author Thomas Radke
+ @desc
+ Function declarations of thorn Hyperslab
+ @enddesc
+ @history
+ @endhistory
+ @@*/
+
+
+/* function prototypes */
+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*/]);