Skip to content

Commit

Permalink
a few more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Jan 27, 2025
1 parent 7dbe731 commit dde68f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/equations/covariant_shallow_water.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ end
return SVector(J * h_vcon[orientation], J * momentum_flux_1, J * momentum_flux_2)
end

# Symmetric part of entropy-conservative flux
# Symmetric part of entropy-conservative flux. Note that this does not include the pressure
# term or the non-symmetric curvature correction term, which are in flux_nonconservative_ec.
@inline function Trixi.flux_ec(u_ll, u_rr, aux_vars_ll, aux_vars_rr,
orientation::Integer,
equations::CovariantShallowWaterEquations2D)
Expand Down

0 comments on commit dde68f0

Please sign in to comment.