Skip to content

Commit

Permalink
Switch (back) to wave-speed estimate from paper
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Nov 21, 2023
1 parent 12b0839 commit fc5cbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/ideal_glm_mhd_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function flux_hllc(u_ll, u_rr, orientation::Integer,
f_ll = flux(u_ll, orientation, equations)
f_rr = flux(u_rr, orientation, equations)

SsL, SsR = min_max_speed_naive(u_ll, u_rr, orientation, equations)
SsL, SsR = min_max_speed_einfeldt(u_ll, u_rr, orientation, equations)
sMu_L = SsL - v1_ll
sMu_R = SsR - v1_rr
if SsL >= 0
Expand Down

0 comments on commit fc5cbab

Please sign in to comment.