Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/boundaryops/boundary_operator.jl @ 1155:716e721ce3eb refactor/sbpoperators/inflation
Fix formatting in a few docstrings
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 01 Nov 2022 22:15:47 +0100 |
parents | ae006e844870 |
children | f1c2a4fa0ee1 1cc45207817e 102ebdaf7c11 |
comparison
equal
deleted
inserted
replaced
1154:ae006e844870 | 1155:716e721ce3eb |
---|---|
22 return BoundaryOperator{T,typeof(region),N}(closure_stencil,size(grid)[1]) | 22 return BoundaryOperator{T,typeof(region),N}(closure_stencil,size(grid)[1]) |
23 end | 23 end |
24 | 24 |
25 """ | 25 """ |
26 closure_size(::BoundaryOperator) | 26 closure_size(::BoundaryOperator) |
27 | |
27 The size of the closure stencil. | 28 The size of the closure stencil. |
28 """ | 29 """ |
29 closure_size(::BoundaryOperator{T,R,N}) where {T,R,N} = N | 30 closure_size(::BoundaryOperator{T,R,N}) where {T,R,N} = N |
30 | 31 |
31 LazyTensors.range_size(op::BoundaryOperator) = () | 32 LazyTensors.range_size(op::BoundaryOperator) = () |