Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/normal_derivative.jl @ 995:1ba8a398af9c refactor/lazy_tensors
Rename types
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Mar 2022 21:14:47 +0100 |
parents | 38d1752a9aff |
children | 7fc8df5157a7 05a25a5063bb |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/normal_derivative.jl Fri Mar 18 20:44:17 2022 +0100 +++ b/src/SbpOperators/boundaryops/normal_derivative.jl Fri Mar 18 21:14:47 2022 +0100 @@ -1,7 +1,7 @@ """ normal_derivative(grid, closure_stencil::Stencil, boundary) -Creates the normal derivative boundary operator `d` as a `TensorMapping` +Creates the normal derivative boundary operator `d` as a `LazyTensor` `d` computes the normal derivative of a grid function on `boundary` a `Stencil` `closure_stencil`. `d'` is the prolongation of the normal derivative of a grid function to the whole grid using the same `closure_stencil`.