aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-05-05 22:44:21 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-05-05 22:44:21 +0000
commitc01031b1ce97594a3a3fa6b4ff298b293993ad2c (patch)
tree94236343d90ecb5d8f3c16cb4ed91ba8c799bad7 /interface.ccl
parentb240095fb9b2394ab1eb45694824ac2918022203 (diff)
Support for new method of handling boundary widths for boundary conditions.
Why does a symmetry boundary condition need to bother retreiving and storing faces, widths, and tables arrays...? git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@70 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 634afed..d21c7ea 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -9,6 +9,7 @@ INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h
# Function aliases:
CCTK_INT FUNCTION Boundary_SelectedGVs(CCTK_POINTER IN GH, \
- CCTK_INT IN array_size, CCTK_INT OUT var_indicies, CCTK_INT OUT faces, \
- CCTK_INT OUT table_handles, CCTK_STRING IN bc_name)
+ 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