Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/boundary_restriction.jl @ 1347:08f06bfacd5c refactor/grids
Fix typos and formatting of documentation
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 18 May 2023 22:53:31 +0200 |
parents | e94ddef5e72f |
children | 65b2d2c72fbc |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_restriction.jl Mon May 15 22:54:32 2023 +0200 +++ b/src/SbpOperators/boundaryops/boundary_restriction.jl Thu May 18 22:53:31 2023 +0200 @@ -5,8 +5,8 @@ Creates boundary restriction operators `e` as `LazyTensor`s on `boundary` -`e` is the restriction of a grid function to `boundary` using the 'e' stencil -in the guven stencil set. `e'` is the prolongation of a grid function on +`e` restricts a grid function on `g` to `boundary` using the 'e' stencil +in `stencil_set`. `e'` prolongates a grid function on `boundary` to the whole grid using the same stencil. On a one-dimensional grid, `e` is a `BoundaryOperator`. On a multi-dimensional grid, `e` is the inflation of a `BoundaryOperator`.