diff Notes.md @ 973:4c17a7d6ae5e feature/first_derivative

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 15 Mar 2022 06:53:06 +0100
parents 1784b1c0af3e
children f885e1de6dc4 1ba8a398af9c
line wrap: on
line diff
--- a/Notes.md	Mon Mar 14 16:01:33 2022 +0100
+++ b/Notes.md	Tue Mar 15 06:53:06 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.