Skip to content

Commit

Permalink
Merge branch 'main' into reflecting-bc-SK
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Dec 10, 2024
2 parents 25ad669 + 4d1cc6c commit d8149c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/svaerd_kalisch_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function rhs!(dq, q, t, mesh, equations::SvaerdKalischEquations1D,
mul!(v_x, D1_central, v)
mul!(eta_x_upwind, D1.plus, eta)
@.. tmp1 = alpha_hat * eta_x_upwind
mul!(alpha_eta_x_x, D1_central, tmp1)
mul!(alpha_eta_x_x, D1.minus, tmp1)
@.. tmp1 = alpha_hat * alpha_eta_x_x
mul!(y_x, D1.minus, tmp1)
@.. v_y_x = v * y_x
Expand Down

0 comments on commit d8149c6

Please sign in to comment.