Skip to content

Commit aafc6f5

Browse files
committed
fix typo
1 parent 51ea4aa commit aafc6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperbolic_system.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ HyperbolicSystem<problem_t>::ReconstructStatesPLM(quokka::Array4View<amrex::Real
272272
// permute array indices according to dir
273273
auto [i, j, k] = quokka::reorderMultiIndex<DIR>(i_in, j_in, k_in);
274274

275-
// Unlike PPM, PLM with Sweby limiters (sigma=1 midmod, sigma=1.5 Sweby, sigma=2 MC) is TVD.
275+
// Unlike PPM, PLM with Sweby limiters (sigma=1 minmod, sigma=1.5 Sweby, sigma=2 MC) is TVD.
276276
// (There are no spurious oscillations, *except* in the slow-moving shock problem,
277277
// which can produce unphysical oscillations even when using upwind Godunov fluxes.)
278278
// However, most tests fail when using PLM reconstruction because

0 commit comments

Comments
 (0)