Mercurial > repos > public > sbplib_julia
changeset 114:d24497780ebd cell_based_test
Add comment about maybe splitting apply_region!
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 08 Feb 2019 23:54:25 +0100 |
parents | 3b89aa6dc7f2 |
children | ff7f377433b4 |
files | diffOp.jl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/diffOp.jl Fri Feb 08 21:19:34 2019 +0100 +++ b/diffOp.jl Fri Feb 08 23:54:25 2019 +0100 @@ -57,6 +57,7 @@ return nothing end +# Maybe this should be split according to b3fbef345810 after all?! Seems like it makes performance more predictable function apply_region!(D::DiffOpCartesian{2}, u::AbstractArray{T,2}, v::AbstractArray{T,2}, r1::Type{<:Region}, r2::Type{<:Region}) where T N = D.grid.numberOfPointsPerDim closuresize = closureSize(D.op)