aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.h
diff options
context:
space:
mode:
authorlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-03-06 09:51:37 +0000
committerlanfer <lanfer@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-03-06 09:51:37 +0000
commit9ab5bb2a6be717f29a97764abb5d2e1b211207db (patch)
treed94921ea772c30a68a43887347d1fdc6f87ce209 /src/Boundary.h
parent8a36b3a79fd61e2d28b8854b242f7c3eec3d918c (diff)
boundary with staggering
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@93 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/Boundary.h')
-rw-r--r--src/Boundary.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Boundary.h b/src/Boundary.h
index 92c0565..3cae2fe 100644
--- a/src/Boundary.h
+++ b/src/Boundary.h
@@ -142,7 +142,18 @@ int RadiativeBCGroupI(cGH *GH,
int *sw,
int gi,
int gi_p);
-
+int BndFlatGI(cGH *GH,
+ int *stencil,
+ int gi);
+int BndFlatGN(cGH *GH,
+ int *sw,
+ const char *gn);
+int BndFlatVI(cGH *GH,
+ int *stencil,
+ int vi);
+int BndFlatVN(cGH *GH,
+ int *sw,
+ const char *vn);
int FlatBCVar(cGH *GH,
int *stencil_size,