aboutsummaryrefslogtreecommitdiff
path: root/src/pughInterpGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pughInterpGH.h')
-rw-r--r--src/pughInterpGH.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pughInterpGH.h b/src/pughInterpGH.h
index 543d1d5..2abd51b 100644
--- a/src/pughInterpGH.h
+++ b/src/pughInterpGH.h
@@ -32,6 +32,22 @@ typedef struct
} pughInterpGH; /* point-sorted order */
+/* prototype of PUGHInterp's routine which overloads CCTK_InterpGridArrays() */
+int PUGHInterp_InterpGridArrays (const cGH *GH,
+ int N_dims,
+ int global_param_table_handle,
+ int local_param_table_handle,
+ int local_interp_handle,
+ int coord_system_handle,
+ int N_interp_points,
+ int interp_coords_type,
+ const void *const interp_coords[],
+ int N_input_arrays,
+ const CCTK_INT input_array_indices[],
+ int N_output_arrays,
+ const CCTK_INT output_array_types[],
+ void *const output_arrays[]);
+
/* prototypes of interpolation operators to be registered */
int PUGHInterp_InterpGV (cGH *GH,
int order,