aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cartoon2D_tensors.h')
-rw-r--r--src/Cartoon2D_tensors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Cartoon2D_tensors.h b/src/Cartoon2D_tensors.h
index 4d0092b..29c72ec 100644
--- a/src/Cartoon2D_tensors.h
+++ b/src/Cartoon2D_tensors.h
@@ -10,3 +10,7 @@
#define N_TENSORTYPE_SCALAR 1
#define N_TENSORTYPE_U 3
#define N_TENSORTYPE_DDSYM 6
+
+/* Prolongation methods */
+#define PROLONG_LAGRANGE 1
+#define PROLONG_ENO 2