aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-04-13 22:07:59 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-04-13 22:07:59 +0000
commit690f82fec96d844bc221ba6d6d0c1c5d76bc1552 (patch)
tree9032e7e2baa1d3de41b9248add47aa71a2422d4f /interface.ccl
parenteb16e69915d6e5c73b3e9fe7b4133f6aaf6631a7 (diff)
Modify the interface to allow for spatial dependence on the upwinding
direction for the upwinding derivatives. The directions are specified in a real 3d array with the sign choosing the upwinding direction. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@64 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index ddbd0b5..b05c6fc 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -19,9 +19,9 @@ PROVIDES FUNCTION Diff_gv WITH DiffGv LANGUAGE C
SUBROUTINE Diff_up_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN dir, \
- CCTK_INT IN up, \
CCTK_REAL IN ARRAY var, \
CCTK_REAL OUT ARRAY dvar, \
+ CCTK_REAL IN ARRAY up, \
CCTK_INT IN table_handle )
PROVIDES FUNCTION Diff_up_gv WITH DiffUpGv LANGUAGE C