aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
blob: bbb4fa8c87a7ebb11346c42903bdc4421eb9e606 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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