Skip to content

Commit

Permalink
Merge pull request #1591 from Shiyu-Sandy-Du/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson authored Nov 6, 2024
2 parents c3617db + 586e0cb commit b691805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluid/fluid_volflow.f90
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ subroutine fluid_vol_flow_compute(this, u_res, v_res, w_res, p_res, &
call pc_vel%update()

ksp_results(2:4) = ksp_vel%solve_coupled(Ax_vel, &
u_vol, v_vol, u_vol, &
u_vol, v_vol, w_vol, &
u_res%x, v_res%x, w_res%x, &
n, c_Xh, &
bclst_du, bclst_dv, bclst_dw, &
Expand Down

0 comments on commit b691805

Please sign in to comment.