Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/boundary_restriction.jl @ 966:365bc4e2a6a2 feature/laplace_opset
Add comment and todo on introducing a type StencilSet for dispatch
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 14 Mar 2022 10:51:15 +0100 |
parents | 38d1752a9aff |
children | 7bf3121c6864 1ba8a398af9c |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_restriction.jl Mon Mar 14 10:47:20 2022 +0100 +++ b/src/SbpOperators/boundaryops/boundary_restriction.jl Mon Mar 14 10:51:15 2022 +0100 @@ -1,3 +1,6 @@ +# TODO: The type parameter closure_stencil::Stencil is required since there isnt any suitable type +# for stencil_set. We should consider adding type ::StencilSet and dispatch on that instead. +# The same goes for other operators """ boundary_restriction(grid, closure_stencil::Stencil, boundary)