aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operators.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-06-08 14:23:02 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:27 +0000
commit9eefbd613f9967b862b32a394062cbd7fa9ba568 (patch)
treea50afd37672c15bd6d06d57660da8a8f7d305b75 /Carpet/CarpetLib/src/operators.hh
parent99c53095f6d4a05f478b35c73b1eeb29845f6898 (diff)
CarpetLib, Carpet: Add cell-centred TVD prolongation operator
Diffstat (limited to 'Carpet/CarpetLib/src/operators.hh')
-rw-r--r--Carpet/CarpetLib/src/operators.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/operators.hh b/Carpet/CarpetLib/src/operators.hh
index df3828d44..b497430db 100644
--- a/Carpet/CarpetLib/src/operators.hh
+++ b/Carpet/CarpetLib/src/operators.hh
@@ -16,6 +16,7 @@ enum operator_type
op_Lagrange, // Lagrange interpolation (standard)
op_ENO, // use ENO stencils (for hydro)
op_WENO, // use WENO stencils (for hydro)
+ op_TVD, // use TVD stencils (for hydro)
op_Lagrange_monotone // monotone Lagrange interpolation (for hydro)
};