comparison src/SbpOperators/boundaryops/boundary_operator.jl @ 1108:6b24dc2d7b11 refactor/sbpoperators/inflation

Clean up testsets in boundary_operator_test
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 09 Jun 2022 07:30:20 +0200
parents 157a78959e5d
children 5ddf5ae48391
comparison
equal deleted inserted replaced
1107:f80e69b0566b 1108:6b24dc2d7b11
11 stencil::Stencil{T,N} 11 stencil::Stencil{T,N}
12 size::Int 12 size::Int
13 end 13 end
14 14
15 BoundaryOperator{R}(stencil::Stencil{T,N}, size::Int) where {T,R,N} = BoundaryOperator{T,R,N}(stencil, size) 15 BoundaryOperator{R}(stencil::Stencil{T,N}, size::Int) where {T,R,N} = BoundaryOperator{T,R,N}(stencil, size)
16 # TBD: Will the above convenience constructor ever be used?
16 17
17 """ 18 """
18 BoundaryOperator(grid::EquidistantGrid{1}, closure_stencil, region) 19 BoundaryOperator(grid::EquidistantGrid{1}, closure_stencil, region)
19 20
20 Constructs the BoundaryOperator with stencil `closure_stencil` for a one-dimensional `grid`, restricting to 21 Constructs the BoundaryOperator with stencil `closure_stencil` for a one-dimensional `grid`, restricting to