aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-02-13 11:25:13 +0100
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:02 +0100
commita074a45a0745fd96b5caaa9ffe0f5cc37e850a54 (patch)
tree2449e61775b0b0d05c9dc521eb892eafd74030dc /Carpet/Carpet/interface.ccl
parentefbe6b2d280373da6be7959aea7fc9adb6b8f7d7 (diff)
Inform the Accelerator thorn that past timelevels have been filled on the host
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 506f9e8d4..4f53054f6 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -231,6 +231,12 @@ CCTK_INT FUNCTION Accelerator_PostSync \
CCTK_INT IN ngroups)
USES FUNCTION Accelerator_PostSync
+CCTK_INT FUNCTION Accelerator_NotifyVariableWritten \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN vi, \
+ CCTK_INT IN tl, \
+ CCTK_INT IN onhost)
+USES FUNCTION Accelerator_NotifyVariableWritten
# Access coordinate information (on the coarse level)