aboutsummaryrefslogtreecommitdiff
path: root/src/periodic.h
blob: 2f381f31360191ce5eca46c725071af51f5fc846 (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
25
26
27
28
29
/* $Header$ */

#ifndef PERIODIC_H
#define PERIODIC_H

#include "cctk.h"

int
BndPeriodicVI (cGH const * restrict const cctkGH,
               int const * restrict const stencil,
               int const vi);

int
BndPeriodicVN (cGH const * restrict const cctkGH,
               int const * restrict const stencil,
               char const * restrict const vn);

int
BndPeriodicGI (cGH const * restrict const cctkGH,
               int const * restrict const stencil,
               int const gi);

int
BndPeriodicGN (cGH const * restrict const cctkGH,
               int const * restrict const stencil,
               char const * restrict const gn);

#endif /* defined PERIODIC_H */