Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/boundaryops/boundary_restriction.jl @ 1786:1f42944d4a72 feature/sbp_operators/laplace_curvilinear
Fix errors introduced by merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 16 Sep 2024 11:03:37 +0200 |
parents | 65b2d2c72fbc |
children |
comparison
equal
deleted
inserted
replaced
1785:96f8cad255b4 | 1786:1f42944d4a72 |
---|---|
25 converted_stencil = convert(Stencil{eltype(g)}, closure_stencil) | 25 converted_stencil = convert(Stencil{eltype(g)}, closure_stencil) |
26 return BoundaryOperator(g, converted_stencil, boundary) | 26 return BoundaryOperator(g, converted_stencil, boundary) |
27 end | 27 end |
28 | 28 |
29 function boundary_restriction(g::MappedGrid, stencil_set::StencilSet, boundary) | 29 function boundary_restriction(g::MappedGrid, stencil_set::StencilSet, boundary) |
30 return boundary_restriction(logicalgrid(g), stencil_set, boundary) | 30 return boundary_restriction(logical_grid(g), stencil_set, boundary) |
31 end | 31 end |