From eb16e69915d6e5c73b3e9fe7b4133f6aaf6631a7 Mon Sep 17 00:00:00 2001 From: diener Date: Mon, 10 Apr 2006 16:37:07 +0000 Subject: 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 --- interface.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'interface.ccl') 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, \ -- cgit v1.2.3