aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorswhite <swhite@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-05-11 13:51:10 +0000
committerswhite <swhite@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-05-11 13:51:10 +0000
commita6003a455caf4f1d08825a9a1b64ee6ecf225ba3 (patch)
tree08c7502075fd738d8bf37726d680cf28766d2a0a /interface.ccl
parentc6c1363c2393f47eb04746c6929e8dfcc119cdc3 (diff)
Applying Erik's patch from the Patchs list 2.12.05
CartGrid3D: Support patches with different grid spacing git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@226 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 514ca1b..e19dcab 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -32,6 +32,26 @@ USES FUNCTION ConvertFromPhysicalBoundary
+CCTK_INT FUNCTION \
+ MultiPatch_GetDomainSpecification \
+ (CCTK_INT IN map, \
+ CCTK_INT IN size, \
+ CCTK_REAL OUT ARRAY physical_min, \
+ CCTK_REAL OUT ARRAY physical_max, \
+ CCTK_REAL OUT ARRAY interior_min, \
+ CCTK_REAL OUT ARRAY interior_max, \
+ CCTK_REAL OUT ARRAY exterior_min, \
+ CCTK_REAL OUT ARRAY exterior_max, \
+ CCTK_REAL OUT ARRAY spacing)
+USES FUNCTION MultiPatch_GetDomainSpecification
+
+CCTK_INT FUNCTION \
+ MultiPatch_GetMap \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION MultiPatch_GetMap
+
+
+
# Register the symmetry boundaries
CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name)
USES FUNCTION SymmetryRegister