Skip to content

Commit

Permalink
Update src/equations/numerical_fluxes.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
amrueda and ranocha authored Dec 18, 2024
1 parent 88545bc commit 61fe2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/numerical_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ flux_es = FluxPlusDissipation(flux_ec, DissipationLaxFriedrichsEntropyVariables(
In particular, the numerical flux has the form
```math
f^{\\mathrm{ES}} = f^{\\mathrm{EC}} - \\frac{1}{2} \\lambda_{\\mathrm{max}} H (w_r - w_l),
````
```
where ``f^{\\mathrm{EC}}`` is the entropy-conservative two-point flux function (computed with, e.g., `flux_ec`), ``\\lambda_{\\mathrm{max}}``
is the maximum wave speed estimated as `max_abs_speed(u_l, u_r, orientation_or_normal_direction, equations)`,
defaulting to [`max_abs_speed_naive`](@ref), ``H`` is a symmetric positive-definite dissipation matrix that
Expand Down

0 comments on commit 61fe2a0

Please sign in to comment.