You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libcadet/DGSubcellLimiterFV.hpp
+77-6Lines changed: 77 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ namespace cadet
42
42
Superbee = 2, //!< Superbee slope limiter
43
43
vanLeer = 3, //!< van Leer slope limiter
44
44
vanAlbada = 4, //!< van Alaba slope limiter
45
+
//Koren = 5, //!< Koren slope limiter // todo: can we use a 3rd order approximation, i.e. can we accomodate the MUSCL scheme/k-interpolation(vanLeer) into our setting?
45
46
RelaxedVanAlbada = 6, //!< relaxed van Alaba slope limiter
47
+
//MonotonizedCentral = 7, //!< Monotonized central slope limiter // interface change required to compute central slope
// todo, note: if more slope limiters are added, note that they have to be symmetrical in the current implementation (i.e. in reconstruction function reconstructedUpwindValue)
319
+
250
320
/**
251
321
* @brief Implements the subcell FV limiting scheme for convection
0 commit comments