aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 4bb3bc0..a9f203d 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -25,6 +25,13 @@ SUBROUTINE Diff_up_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN table_handle )
PROVIDES FUNCTION Diff_up_gv WITH DiffUpGv LANGUAGE C
+SUBROUTINE Diff2_gv ( CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN dir, \
+ CCTK_REAL IN ARRAY var, \
+ CCTK_REAL OUT ARRAY dvar, \
+ CCTK_INT IN table_handle )
+PROVIDES FUNCTION Diff2_gv WITH DiffGv2 LANGUAGE C
+
SUBROUTINE Diff_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN dir, \
CCTK_INT IN nsize, \
@@ -34,6 +41,25 @@ SUBROUTINE Diff_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN table_handle )
PROVIDES FUNCTION Diff_coeff WITH DiffCoeff LANGUAGE C
+SUBROUTINE Diff_up_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN dir, \
+ CCTK_INT IN nsize, \
+ CCTK_INT OUT ARRAY imin, \
+ CCTK_INT OUT ARRAY imax, \
+ CCTK_REAL OUT ARRAY q, \
+ CCTK_INT IN up, \
+ CCTK_INT IN table_handle )
+PROVIDES FUNCTION Diff_up_coeff WITH DiffUpCoeff LANGUAGE C
+
+SUBROUTINE Diff2_coeff ( CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN dir, \
+ CCTK_INT IN nsize, \
+ CCTK_INT OUT ARRAY imin, \
+ CCTK_INT OUT ARRAY imax, \
+ CCTK_REAL OUT ARRAY q, \
+ CCTK_INT IN table_handle )
+PROVIDES FUNCTION Diff2_coeff WITH DiffCoeff2 LANGUAGE C
+
#Routine to return the coefficients for the diagonal norms.
SUBROUTINE GetScalProdDiag ( CCTK_POINTER_TO_CONST IN cctkGH, \
CCTK_INT IN dir, \