aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 1a1f118f2..d2f7f5643 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -282,6 +282,27 @@ PROVIDES FUNCTION GetLocalComponents \
WITH Carpet_GetLocalComponents \
LANGUAGE C
+CCTK_INT FUNCTION \
+ GetMap \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+PROVIDES FUNCTION GetMap \
+ WITH Carpet_GetMap \
+ LANGUAGE C
+
+CCTK_INT FUNCTION \
+ GetMaps \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+PROVIDES FUNCTION GetMaps \
+ WITH Carpet_GetMaps \
+ LANGUAGE C
+
+CCTK_INT FUNCTION \
+ GetTimeLevel \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+PROVIDES FUNCTION GetTimeLevel \
+ WITH Carpet_GetTimeLevel \
+ LANGUAGE C
+
# Get pointer to grid variable for a specific map and refinement level