aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-03-16 17:21:55 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2002-03-16 17:21:55 +0000
commitc399580493b2000c248e0d1827a355b29166780f (patch)
tree3cf7228ea1162b3a4ab51e2bd91de433cef6c2d7
parent3b7a96fe84f852789164d98a0edfe807c96b24e4 (diff)
Adding prototypes for static boundaries
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@170 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/Boundary.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/Boundary.h b/src/Boundary.h
index 9767637..44527a0 100644
--- a/src/Boundary.h
+++ b/src/Boundary.h
@@ -97,6 +97,37 @@ int BndCopyVN (const cGH *GH,
const char *vname_to,
const char *vname_from);
+/* Static boundaries */
+int BndStaticDirGI (const cGH *GH,
+ int stencil_size,
+ int dir,
+ int gi);
+int BndStaticDirGN (const cGH *GH,
+ int stencil_size,
+ int dir,
+ const char *gname);
+int BndStaticDirVI (const cGH *GH,
+ int stencil_size,
+ int dir,
+ int vi);
+int BndStaticDirVN (const cGH *GH,
+ int stencil_size,
+ int dir,
+ const char *vname);
+
+int BndStaticGI (const cGH *GH,
+ const int *stencil,
+ int gi);
+int BndStaticGN (const cGH *GH,
+ const int *stencil,
+ const char *gname);
+int BndStaticVI (const cGH *GH,
+ const int *stencil,
+ int vi);
+int BndStaticVN (const cGH *GH,
+ const int *stencil,
+ const char *vname);
+
/* Radiative boundaries */
int BndRadiativeDirGI (const cGH *GH,