From 93d997291d78ca3cebf36f33673b75ffcd8a4ba6 Mon Sep 17 00:00:00 2001 From: diener Date: Thu, 18 Oct 2007 13:35:10 +0000 Subject: Make 2nd derivative interface consistent with FiniteDifferencing and FourierDifferencing, providing a routine to return mixed derivatives obtained by applying two succesive 1st derivatives in different directions. Not tested yet, but compiles. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@87 f69c4107-0314-4c4f-9ad4-17e986b73f4a --- interface.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index a9f203d..02614a6 100644 --- a/interface.ccl +++ b/interface.ccl @@ -26,7 +26,8 @@ SUBROUTINE Diff_up_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \ PROVIDES FUNCTION Diff_up_gv WITH DiffUpGv LANGUAGE C SUBROUTINE Diff2_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \ - CCTK_INT IN dir, \ + CCTK_INT IN dir1, \ + CCTK_INT IN dir2, \ CCTK_REAL IN ARRAY var, \ CCTK_REAL OUT ARRAY dvar, \ CCTK_INT IN table_handle ) -- cgit v1.2.3