diff 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
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_operator.jl	Thu Jun 09 07:24:11 2022 +0200
+++ b/src/SbpOperators/boundaryops/boundary_operator.jl	Thu Jun 09 07:30:20 2022 +0200
@@ -13,6 +13,7 @@
 end
 
 BoundaryOperator{R}(stencil::Stencil{T,N}, size::Int) where {T,R,N} = BoundaryOperator{T,R,N}(stencil, size)
+# TBD: Will the above convenience constructor ever be used?
 
 """
     BoundaryOperator(grid::EquidistantGrid{1}, closure_stencil, region)