aboutsummaryrefslogtreecommitdiff
path: root/src/Hermite/all_prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hermite/all_prototypes.h')
-rw-r--r--src/Hermite/all_prototypes.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/Hermite/all_prototypes.h b/src/Hermite/all_prototypes.h
new file mode 100644
index 0000000..5503aff
--- /dev/null
+++ b/src/Hermite/all_prototypes.h
@@ -0,0 +1,44 @@
+/* all-prototypes.h -- C prototypes for all template-generated functions */
+/* $Header$ */
+
+/*
+ * 1D
+ */
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_1cube_2
+#include "template.h"
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_1cube_3
+#include "template.h"
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_1cube_4
+#include "template.h"
+
+
+/*
+ * 2D
+ */
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_2cube_2
+#include "template.h"
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_2cube_3
+#include "template.h"
+
+
+/*
+ * 3D
+ */
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_3cube_2
+#include "template.h"
+
+#undef FUNCTION_NAME
+#define FUNCTION_NAME AEILocalInterp_U_Herm_3cube_3
+#include "template.h"