Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/boundary_operator.jl @ 1098:6f51160c7ca7 feature/dissipation_operators
Merge refactor/sbpoperators/inflation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 May 2022 21:15:55 +0200 |
parents | 62f321caa964 |
children | 157a78959e5d |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_operator.jl Tue May 10 21:14:38 2022 +0200 +++ b/src/SbpOperators/boundaryops/boundary_operator.jl Tue May 10 21:15:55 2022 +0200 @@ -21,6 +21,7 @@ return LazyTensors.inflate(op, size(grid), d) end +# TBD: Should the inflation happen here or should we remove this method and do it at the caller instead? """ BoundaryOperator{T,R,N} <: LazyTensor{T,0,1}