aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl
diff options
context:
space:
mode:
authorianhin <ianhin>2006-02-09 00:30:45 +0000
committerianhin <ianhin>2006-02-09 00:30:45 +0000
commita696215bf8d12450837a076aff0066c9d4092ed4 (patch)
tree708fa29810ebe5ed9ee1f5e7c5e2270fab766617 /Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl
parent10c195976dae58df1e66a9e7794b90408b392493 (diff)
Added routine for identifying the boundary (shamelessly copied from
Erik's BoundaryExample). This is probably a bad place to put this, and function aliasing is probably better than a cross-thorn function call. But this is easier...
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl
index b1637b4..9bb205c 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/interface.ccl
@@ -8,3 +8,17 @@ implements: GenericFD
INCLUDE HEADER: GenericFD.h in GenericFD.h
+#USES INCLUDE: Boundary.h
+#USES INCLUDE: Symmetry.h
+
+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 \
+ SymmetryTableHandleForGrid (CCTK_POINTER_TO_CONST IN cctkGH)
+REQUIRES FUNCTION SymmetryTableHandleForGrid