Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 823:3c1dd7692797
Merge refactor/sbp_operators_method_signatures
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 13 Jan 2022 12:43:10 +0100 |
parents | 1d166e7a9deb |
children | 1de10f5b2008 |
comparison
equal
deleted
inserted
replaced
817:a1d556611e3c | 823:3c1dd7692797 |
---|---|
328 Since the LazyOperators package is sort of implementing matrix-free matrices there is no concept of inner products there at the moment. It seems to complicate large parts of the package if this was included there. | 328 Since the LazyOperators package is sort of implementing matrix-free matrices there is no concept of inner products there at the moment. It seems to complicate large parts of the package if this was included there. |
329 | 329 |
330 A different approach would be to include it as a trait for operators so that you can specify what the adjoint for that operator is. | 330 A different approach would be to include it as a trait for operators so that you can specify what the adjoint for that operator is. |
331 | 331 |
332 | 332 |
333 ## Name of the `VolumeOperator` type for constant stencils | |
334 It seems that the name is too general. The name of the method `volume_operator` makes sense. It should return different types of `TensorMapping` specialized for the grid. A suggetion for a better name is `ConstantStencilVolumeOperator` |