Mercurial > repos > public > sbplib_julia
diff Notes.md @ 775:1d166e7a9deb refactor/sbp_operators_method_signatures
Add a note about the name of VolumeOperator
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 17 Jul 2021 17:50:18 +0200 |
parents | d7d030f8f708 |
children | 1de10f5b2008 |
line wrap: on
line diff
--- a/Notes.md Sat Jul 17 10:23:59 2021 +0200 +++ b/Notes.md Sat Jul 17 17:50:18 2021 +0200 @@ -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`