/* $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 */