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
committerErik Schnetter <schnetter@cct.lsu.edu>2011-06-08 14:23:02 -0400
commitf7ec07b6dca76e49bc85c9bb11e58a2a1d7e27df (patch)
treee1c220159876804dd20ded3a75fba12a25f6a560 /Carpet/CarpetLib/src/operators.hh
parentcdee5c9bcea8f9873dc7e08c5cb7054061b8d850 (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)
};