aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
diff options
context:
space:
mode:
authorhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-09-14 13:01:59 +0000
committerhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-09-14 13:01:59 +0000
commit2b42ff6020d0ab36b11b65466ef6850f7ec68242 (patch)
tree3a389a7d05130250c70d1f5bdc8590bf845a4781 /src/Cartoon2D_tensors.h
parent49ebff9fcba20d579d938f5142903178f22d1387 (diff)
Modify the ENO interpolators so that it takes an "order" parameter.
Add knowledge of the PROLONG_NONE type to lower level bits of the code, in case that case propagates. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@94 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src/Cartoon2D_tensors.h')
-rw-r--r--src/Cartoon2D_tensors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cartoon2D_tensors.h b/src/Cartoon2D_tensors.h
index bbb4fa8..7670eab 100644
--- a/src/Cartoon2D_tensors.h
+++ b/src/Cartoon2D_tensors.h
@@ -9,3 +9,4 @@
/* Prolongation methods */
#define PROLONG_LAGRANGE 1
#define PROLONG_ENO 2
+#define PROLONG_NONE 3