Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/Notes.md Thu Jan 13 12:29:11 2022 +0100 +++ b/Notes.md Thu Jan 13 12:43:10 2022 +0100 @@ -330,3 +330,5 @@ 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. +## Name of the `VolumeOperator` type for constant stencils +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`