diff src/SbpOperators/boundaryops/boundary_restriction.jl @ 995:1ba8a398af9c refactor/lazy_tensors

Rename types
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Mar 2022 21:14:47 +0100
parents 365bc4e2a6a2
children 7fc8df5157a7 05a25a5063bb
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_restriction.jl	Fri Mar 18 20:44:17 2022 +0100
+++ b/src/SbpOperators/boundaryops/boundary_restriction.jl	Fri Mar 18 21:14:47 2022 +0100
@@ -4,7 +4,7 @@
 """
     boundary_restriction(grid, closure_stencil::Stencil, boundary)
 
-Creates boundary restriction operators `e` as `TensorMapping`s on `boundary`
+Creates boundary restriction operators `e` as `LazyTensor`s on `boundary`
 
 `e` is the restriction of a grid function to `boundary` using a `Stencil` `closure_stencil`.
 `e'` is the prolongation of a grid function on `boundary` to the whole grid using the same `closure_stencil`.