changeset 663:f1803ab08740 feature/laplace_opset

Add Note on how we should treat the borrowing parameters of operators.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 31 Jan 2021 13:13:06 +0100
parents 1c3378b26466
children 94fe0761e6f9
files Notes.md
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Notes.md	Sat Jan 30 20:16:21 2021 +0100
+++ b/Notes.md	Sun Jan 31 13:13:06 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.