Skip to content

Commit

Permalink
fix fv4
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 25, 2024
1 parent a38f658 commit 61118f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyro/compressible_fv4/fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ def fluxes(myd, rp, ivars):
# solve the Riemann problem to find the face-average q
_q = riemann.riemann_prim(idir, myg.ng,
ivars.irho, ivars.iu, ivars.iv, ivars.ip, ivars.ix, ivars.naux,
0, 0,
gamma, q_l, q_r)
gamma, q_l, q_r)

q_int_avg = ai.ArrayIndexer(_q, grid=myg)

Expand Down

0 comments on commit 61118f0

Please sign in to comment.