changeset 666:94fe0761e6f9 feature/laplace_opset

Merge in changes from default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 31 Jan 2021 20:59:29 +0100
parents f1803ab08740 (diff) 7d7c1d636de3 (current diff)
children f3a0d1f7d842
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Notes.md	Sun Jan 31 20:57:58 2021 +0100
+++ b/Notes.md	Sun Jan 31 20:59:29 2021 +0100
@@ -130,6 +130,7 @@
  - [ ] How do we handle mixes of periodic and non-periodic grids? Seems it should be supported on the grid level and on the 1d operator level. Between there it should be transparent.
  - [ ] Can we have a trait to tell if a TensorMapping is transposable?
  - [ ] Is it ok to have "Constructors" for abstract types which create subtypes? For example a Grids() functions that gives different kind of grids based on input?
+ - [ ] Figure out how to treat the borrowing parameters of operators. Include in into the struct? Expose via function dispatched on the operator type and grid?
 
 ## Regions and tensormappings
 - [ ] Use a trait to indicate if a TensorMapping uses indices with regions.