aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-04-10 16:37:07 +0000
committerdiener <diener@f69c4107-0314-4c4f-9ad4-17e986b73f4a>2006-04-10 16:37:07 +0000
commiteb16e69915d6e5c73b3e9fe7b4133f6aaf6631a7 (patch)
tree30c77c4fb32b8bcd17371a9a9739a8a2ddc54330 /interface.ccl
parent0c913f2c81ce7f1b10c89e38299badf23747763e (diff)
Declare the aliased function to call the upwinding operators.
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@63 f69c4107-0314-4c4f-9ad4-17e986b73f4a
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index e9d1e9e..ddbd0b5 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -17,6 +17,14 @@ SUBROUTINE Diff_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN table_handle )
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_INT IN table_handle )
+PROVIDES FUNCTION Diff_up_gv WITH DiffUpGv LANGUAGE C
+
SUBROUTINE Diff_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN dir, \
CCTK_INT IN nsize, \