aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2011-05-09 00:17:00 +0000
committereschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2011-05-09 00:17:00 +0000
commit5cb313ab6b512420aeedc35f5a0398b2cd8bc776 (patch)
tree3288357604c2695b84499f86eb9e723640f20277 /interface.ccl
parent61cf82a71f92e41007fe03be4fa2dcf874b0fefe (diff)
Use the new Slab API to set up the communication schedule only once
(per regridding), which saves some communication time when applying symmetries. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@62 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index f196ba2..6bcbedd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -88,6 +88,21 @@ USES FUNCTION GetDomainSpecification
CCTK_INT FUNCTION \
+ GetRegriddingEpoch \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION GetRegriddingEpoch
+
+CCTK_INT FUNCTION \
+ GetRefinementLevel \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION GetRefinementLevel
+
+CCTK_INT FUNCTION \
+ GetRefinementLevels \
+ (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION GetRefinementLevels
+
+CCTK_INT FUNCTION \
GetLocalComponents \
(CCTK_POINTER_TO_CONST IN cctkGH)
USES FUNCTION GetLocalComponents