From 021f96a7c41f08c397ac789a628e60c9b3396563 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Tue, 17 Oct 2023 11:11:48 +0200 Subject: [PATCH] Fix note in docstring of `SubcellLimiterIDP` --- src/solvers/dgsem_tree/subcell_limiters.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvers/dgsem_tree/subcell_limiters.jl b/src/solvers/dgsem_tree/subcell_limiters.jl index 4d9eec25a89..ab519ff8db0 100644 --- a/src/solvers/dgsem_tree/subcell_limiters.jl +++ b/src/solvers/dgsem_tree/subcell_limiters.jl @@ -26,7 +26,7 @@ The bounds are calculated using the low-order FV solution. The positivity limite !!! note This limiter and the correction callback [`SubcellLimiterIDPCorrection`](@ref) only work together. - Without the callback, no limiting takes place, leading to a standard flux-differencing DGSEM scheme. + Without the callback, no correction takes place, leading to a standard low-order FV scheme. ## References