Skip to content

Commit

Permalink
Update src/callbacks_stage/entropy_bounded_limiter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Oct 10, 2024
1 parent 135b81f commit 6f12e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks_stage/entropy_bounded_limiter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Entropy-bounded limiter by
Entropy-bounded discontinuous Galerkin scheme for Euler equations
[doi: 10.1016/j.jcp.2015.04.026](https://doi.org/10.1016/j.jcp.2015.04.026)
This is an ideal-gas specific limiter that bounds the (unphysical) entropy decrease per element
from one time step (or Runge-Kutta stage) to the next.
This is an ideal-gas specific limiter that bounds the (unphysical) decrease of the thermodynamic entropy
per element from one time step (or Runge-Kutta stage) to the next.
The parameter `exp_entropy_decrease_max` is the maximum allowed exponentiated
entropy decrease per element at each element's node.
Expand Down

0 comments on commit 6f12e7a

Please sign in to comment.