aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-09-07 23:18:34 -0400
committerRoland Haas <roland.haas@physics.gatech.edu>2012-09-07 23:18:34 -0400
commit48dcc7f4a3c0d67d3c572af47167d64258ee27a4 (patch)
treef6e7d458e0f57540a84ce9a2950edec10f3da632 /Carpet/Carpet/interface.ccl
parentfcd89f6124a498e089648ba2d203f768fa6ca073 (diff)
Carpet: insert routines into Boundary group to capture boundary update
reads and writes
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 8ae894985..12a9f1432 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -372,6 +372,11 @@ CCTK_INT FUNCTION IO_TruncateOutputFiles \
REQUIRES FUNCTION IO_TruncateOutputFiles
+CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_INT IN array_size, CCTK_INT ARRAY OUT var_indicies, \
+ CCTK_INT ARRAY OUT faces, CCTK_INT ARRAY OUT boundary_widths, \
+ CCTK_INT ARRAY OUT table_handles, CCTK_STRING IN bc_name)
+USES FUNCTION Boundary_SelectedGVs
# TODO: make this somehow public, e.g. by moving it into its own thorn