aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/Hermite/all_prototypes.h
blob: 2c3862016bcf74f189fa2955d2b0cd6da40fd677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* all-prototypes.h -- C prototypes for all template-generated functions */
/* $Header$ */

/*
 * 1D
 */

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_1d_cube2
#include "template.h"

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_1d_cube3
#include "template.h"

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_1d_cube4
#include "template.h"


/*
 * 2D
 */

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_2d_cube2
#include "template.h"

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_2d_cube3
#include "template.h"


/*
 * 3D
 */

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_3d_cube2
#include "template.h"

#undef  FUNCTION_NAME
#define FUNCTION_NAME	LocalInterp_UHermite_3d_cube3
#include "template.h"