changeset 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 d8c0916853fc
children 6fb556b02f7c
files Notes.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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`