aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@eec4d7dc-71c2-46d6-addf-10296150bf52>2011-06-06 15:31:49 +0000
committereschnett <eschnett@eec4d7dc-71c2-46d6-addf-10296150bf52>2011-06-06 15:31:49 +0000
commiteb3cb61cede488836a954d5a409229c106d36178 (patch)
treeb5528dc825813968ba92fdcaf5598f663cd9e4e8 /interface.ccl
parent8729b481eb6e2827ee15511229aba4184c6e9951 (diff)
Register the correct symmetry boundary width
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@121 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index b432be3..f1df4ec 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -62,6 +62,15 @@ CCTK_INT FUNCTION \
CCTK_INT IN faces)
REQUIRES FUNCTION SymmetryInterpolateFaces
+CCTK_INT FUNCTION \
+ GetBoundarySpecification \
+ (CCTK_INT IN size, \
+ CCTK_INT OUT ARRAY nboundaryzones, \
+ CCTK_INT OUT ARRAY is_internal, \
+ CCTK_INT OUT ARRAY is_staggered, \
+ CCTK_INT OUT ARRAY shiftout)
+REQUIRES FUNCTION GetBoundarySpecification
+
CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER_TO_CONST IN GH, \