Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
patrickersing and andrewwinters5000 authored Apr 27, 2024
1 parent 5bda15f commit 2c59790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/equations/shallow_water_multilayer_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,10 @@ end
"""
hydrostatic_reconstruction_ersing_etal(u_ll, u_rr, equations::ShallowWaterMultiLayerEquations1D)
A particular type of hydrostatic reconstruction of the water height and bottom topography to
A particular hydrostatic reconstruction of the water height and bottom topography to
guarantee well-balancedness in the presence of wet/dry transitions and entropy stability for the
[`ShallowWaterMultiLayerEquations1D`](@ref).
The reconstructed solution states `u_ll_star` and `u_rr_star` variables are used to evaluate the
The reconstructed solution states `u_ll_star` and `u_rr_star` are used to evaluate the
surface numerical flux at the interface. The key idea is a piecewise linear reconstruction of the
bottom topography and water height interfaces using subcells, where the bottom topography is allowed
to be discontinuous.
Expand Down

0 comments on commit 2c59790

Please sign in to comment.