aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cartoon2D.h')
-rw-r--r--src/Cartoon2D.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Cartoon2D.h b/src/Cartoon2D.h
index 476e985..b4fadc3 100644
--- a/src/Cartoon2D.h
+++ b/src/Cartoon2D.h
@@ -1,3 +1,7 @@
+/* $Header$ */
+
+#include "cctk.h"
+
/* Function prototypes */
#ifdef __cplusplus
extern "C" {
@@ -5,6 +9,22 @@ extern "C" {
int BndCartoon2DVI(const cGH *GH, int tensortype, int prolongtype, int vi);
+CCTK_INT
+Cartoon2D_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
+ CCTK_INT const N_dims,
+ CCTK_INT const local_interp_handle,
+ CCTK_INT const param_table_handle,
+ CCTK_INT const coord_system_handle,
+ CCTK_INT const N_interp_points,
+ CCTK_INT const interp_coords_type,
+ CCTK_POINTER_TO_CONST const interp_coords[],
+ CCTK_INT const N_input_arrays,
+ CCTK_INT const input_array_indices[],
+ CCTK_INT const N_output_arrays,
+ CCTK_INT const output_array_types[],
+ CCTK_POINTER const output_arrays[],
+ CCTK_INT const faces);
+
#ifdef __cplusplus
}
#endif