aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2006-10-19 00:27:03 +0000
committerschnetter <schnetter@082bdb00-0f4f-0410-b49e-b1835e5f2039>2006-10-19 00:27:03 +0000
commit54620b9361553333aeec9f43a20ab87d5ac1dcbf (patch)
tree41de6c0efe72ac750df3026fb4ea61185bdb0472 /interface.ccl
parent5352835c7e20ebf5fb6d5bcbfe4d4f310bd5bc9d (diff)
Add tensor types to handle the Weyl scalars.
Check that the boundary specification is consistent between this thorn and CoordBase, when CoordBase is used. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@17 082bdb00-0f4f-0410-b49e-b1835e5f2039
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index ae0af7d..d1c90c4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -68,3 +68,13 @@ CCTK_INT FUNCTION Boundary_SelectedGVs \
CCTK_INT ARRAY OUT table_handles, \
CCTK_STRING IN bc_name)
REQUIRES FUNCTION Boundary_SelectedGVs
+
+
+
+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)
+USES FUNCTION GetBoundarySpecification