Mercurial > repos > public > sbplib_julia
changeset 1592:4f6f5e5daa35 feature/sbp_operators/laplace_curvilinear
very minor edit
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 25 May 2024 15:47:01 -0700 |
parents | 62cb622cbe6b |
children | b7dcd3dd3181 |
files | src/SbpOperators/volumeops/laplace/laplace.jl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/laplace/laplace.jl Sat Apr 27 23:18:25 2024 +0200 +++ b/src/SbpOperators/volumeops/laplace/laplace.jl Sat May 25 15:47:01 2024 -0700 @@ -62,8 +62,8 @@ lg = logicalgrid(grid) return mapreduce(+, CartesianIndices(first(Jg))) do I - i,j = I[1], I[2] - Jgⁱʲ = componentview(Jg, I[1], I[2]) + i, j = I[1], I[2] + Jgⁱʲ = componentview(Jg, i, j) if i == j J⁻¹∘second_derivative_variable(lg, Jgⁱʲ, stencil_set, i)