aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
blob: 7670eab389903090a2b88473d4b940aede0755f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Number of tensor types defined */
#define N_TENSORTYPES      3

/* Tensor types */
#define TENSORTYPE_SCALAR  0
#define TENSORTYPE_U       1
#define TENSORTYPE_DDSYM   2

/* Prolongation methods */
#define PROLONG_LAGRANGE 1
#define PROLONG_ENO 2
#define PROLONG_NONE 3