aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
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/RobinBoundary.c
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/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 7507a50..b6f3267 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -4,14 +4,15 @@
#include "cctk.h"
#include "cctk_Parameters.h"
-void RobinBCi(cGH *GH,
- int *sw,
- int *doBC,
- int *lsh,
- CCTK_REAL *var,
- CCTK_REAL *r,
- CCTK_REAL finf,
- CCTK_INT npow)
+void BndApplyRobin3Di(cGH *GH,
+ int gdim,
+ int *sw,
+ int *doBC,
+ int *lsh,
+ CCTK_REAL *var,
+ CCTK_REAL *r,
+ CCTK_REAL finf,
+ CCTK_INT npow)
{
int xgp1,xgp2,xgp3,xgp4;