aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab/src/slab.hh
blob: 1f6d8e96a4e3f7125886572e114bc54ed77164f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Header:$

#ifndef CARPETSLAB_SLAB_HH
#define CARPETSLAB_SLAB_HH

#include "cctk.h"

namespace CarpetSlab {
  
  void
  FillSlab (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*/],
            void* const hdata);
  
} // namespace CarpetSlab

#endif // !defined(CARPETSLAB_SLAB_HH)