comparison grid_refactor.md @ 1327:a956fc8e79a6 refactor/grids

Remove note
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 02 May 2023 20:14:24 +0200
parents 797b4ee51edf
children e94ddef5e72f
comparison
equal deleted inserted replaced
1326:e352630a0309 1327:a956fc8e79a6
120 Perhaps this can be more cleanly solved using map or a lazy version of map? 120 Perhaps this can be more cleanly solved using map or a lazy version of map?
121 That approach would be more flexible and more general requiring few specialized functions. 121 That approach would be more flexible and more general requiring few specialized functions.
122 122
123 (see "Lazy version of map for our needs?" above) 123 (see "Lazy version of map for our needs?" above)
124 124
125 ### Would it help to introduce a type for grid functions?
126 Seems easier to avoid this but it might be worth investigating.
127
128 Can it be done with some kind of trait? We can give AbstractArray the appropriate trait and keep them for the simplest grid functions.
129
130 ## Implement the tensor product operator for grids? 125 ## Implement the tensor product operator for grids?