Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/volumeops/volume_operator.jl @ 1384:851d1e4ab3de
Merge feature/variable_derivatives
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 08 Jun 2023 15:52:22 +0200 |
| parents | ff64acfc1ec9 |
| children | aba2ce166546 |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl Thu Jun 08 09:00:48 2023 +0200 +++ b/src/SbpOperators/volumeops/volume_operator.jl Thu Jun 08 15:52:22 2023 +0200 @@ -12,7 +12,7 @@ function VolumeOperator(grid::EquidistantGrid, inner_stencil, closure_stencils, parity) return VolumeOperator(inner_stencil, Tuple(closure_stencils), size(grid), parity) -end +end # TBD: Remove this function? closure_size(::VolumeOperator{T,N,M}) where {T,N,M} = M
