aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index d6492de..2dfb8ca 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,6 +2,19 @@
IMPLEMENTS: InterpToArray
+CCTK_INT FUNCTION \
+ InterpGridArrays \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN N_dims, \
+ CCTK_INT IN order, \
+ CCTK_INT IN N_interp_points, \
+ CCTK_POINTER_TO_CONST IN interp_coords, \
+ CCTK_INT IN N_input_arrays, \
+ CCTK_INT ARRAY IN input_array_indices, \
+ CCTK_INT IN N_output_arrays, \
+ CCTK_POINTER IN output_arrays)
+USES FUNCTION InterpGridArrays
+
PUBLIC:
REAL scalars[nscalars] TYPE=scalar