Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/boundaryops/boundary_restriction.jl @ 1036:99d1f5651d0b feature/stencil_set_type
Remove todo, add ::StencilSet to some methods, and update docs
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 13:53:07 +0100 |
parents | 7bf3121c6864 |
children | 7fc8df5157a7 |
comparison
equal
deleted
inserted
replaced
1019:3031ce7a4999 | 1036:99d1f5651d0b |
---|---|
1 # TODO: The type parameter closure_stencil::Stencil is required since there isnt any suitable type | |
2 # for stencil_set. We should consider adding type ::StencilSet and dispatch on that instead. | |
3 # The same goes for other operators | |
4 """ | 1 """ |
5 boundary_restriction(grid, closure_stencil::Stencil, boundary) | 2 boundary_restriction(grid, closure_stencil::Stencil, boundary) |
6 | 3 |
7 Creates boundary restriction operators `e` as `TensorMapping`s on `boundary` | 4 Creates boundary restriction operators `e` as `TensorMapping`s on `boundary` |
8 | 5 |