We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e8552 commit 837d4dcCopy full SHA for 837d4dc
scripts_solutions/s_geothermal_2D_ps.jl
@@ -14,7 +14,7 @@ using ParallelStencil.FiniteDifferences2D
14
@parallel function residual_fluxes!(Rqx, Rqy, qx, qy, Pf, K, dx, dy)
15
@inn_x(Rqx) = @inn_x(qx) + @av_xa(K) * @d_xa(Pf) / dx
16
@inn_y(Rqy) = @inn_y(qy) + @av_ya(K) * @d_ya(Pf) / dy
17
-return
+ return
18
end
19
20
@parallel function residual_pressure!(RPf, qx, qy, Qf, dx, dy)
0 commit comments