Skip to content

Commit

Permalink
Fix note in docstring of SubcellLimiterIDP
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Oct 17, 2023
1 parent 21ba6ff commit 021f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 021f96a

Please sign in to comment.