aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/GetHyperslab.hh
blob: 53586968c225f69c9d7d6517c62ac0210d5033b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)