changeset 783:849e953ccfda operator_storage_array_of_table

Add a note to inner_product.jl
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 19 Jul 2021 20:12:31 +0200
parents f6e56d5dbc17
children 5b6628a288a7
files src/SbpOperators/volumeops/inner_products/inner_product.jl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/inner_products/inner_product.jl	Mon Jul 19 20:11:55 2021 +0200
+++ b/src/SbpOperators/volumeops/inner_products/inner_product.jl	Mon Jul 19 20:12:31 2021 +0200
@@ -1,3 +1,6 @@
+# TODO:refactor to take a tuple instead. Convert the tuple to stencil for now. Could probably be refactored using a diagonal operator later.
+# How would a block-ip be built? A method on inner_product taking a stencil collection for the closure which then returns a different type of tensormapping
+
 """
     inner_product(grid::EquidistantGrid, closure_stencils, inner_stencil)