aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl21
1 files changed, 17 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index e19dcab..f494d3a 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -32,6 +32,11 @@ USES FUNCTION ConvertFromPhysicalBoundary
+CCTK_INT FUNCTION \
+ MultiPatch_GetMap \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION MultiPatch_GetMap
+
CCTK_INT FUNCTION \
MultiPatch_GetDomainSpecification \
(CCTK_INT IN map, \
@@ -45,10 +50,18 @@ CCTK_INT FUNCTION \
CCTK_REAL OUT ARRAY spacing)
USES FUNCTION MultiPatch_GetDomainSpecification
-CCTK_INT FUNCTION \
- MultiPatch_GetMap \
- (CCTK_POINTER_TO_CONST IN cctkGH)
-USES FUNCTION MultiPatch_GetMap
+CCTK_INT FUNCTION \
+ MultiPatch_ConvertFromPhysicalBoundary \
+ (CCTK_INT IN map, \
+ CCTK_INT IN size, \
+ CCTK_REAL IN ARRAY physical_min, \
+ CCTK_REAL IN 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 IN ARRAY spacing)
+USES FUNCTION MultiPatch_ConvertFromPhysicalBoundary