Mercurial > repos > public > sbplib_julia
comparison Notes.md @ 780:3b29b2ff1f0e operator_storage_array_of_table
Merge in refactor/sbp_operators_method_signatures
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Jul 2021 08:47:33 +0200 |
parents | 1d166e7a9deb |
children | 1de10f5b2008 |
comparison
equal
deleted
inserted
replaced
772:bea2feebbeca | 780:3b29b2ff1f0e |
---|---|
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` |