aboutsummaryrefslogtreecommitdiff
path: root/src/periodic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/periodic.h')
-rw-r--r--src/periodic.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/periodic.h b/src/periodic.h
index 32a77e5..e69de29 100644
--- a/src/periodic.h
+++ b/src/periodic.h
@@ -1,37 +0,0 @@
-/* $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);
-
-
-
-void
-Periodic_RegisterBC (cGH * restrict const cctkGH);
-
-void
-Periodic_ApplyBC (cGH const * restrict const cctkGH);
-
-#endif /* defined PERIODIC_H */
-