Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/Notes.md Thu Jul 15 00:28:09 2021 +0200 +++ b/Notes.md Mon Jul 19 08:47:33 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`