diff Notes.md @ 970:a52bd2f1126c

Merge feature/laplace_opset
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 15:58:26 +0100
parents 1784b1c0af3e
children f885e1de6dc4 1ba8a398af9c
line wrap: on
line diff
--- a/Notes.md	Mon Mar 14 11:10:42 2022 +0100
+++ b/Notes.md	Mon Mar 14 15:58:26 2022 +0100
@@ -147,6 +147,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.