comparison grid_refactor.md @ 1287:014d365c18de refactor/grids

Add some todos
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 03 Mar 2023 15:40:20 +0100
parents 1157f889bf50
children 6753b210d0ab
comparison
equal deleted inserted replaced
1286:23f3b62388ba 1287:014d365c18de
16 16
17 ## TODO 17 ## TODO
18 * Document the expected behavior of grid functions 18 * Document the expected behavior of grid functions
19 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work 19 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work
20 20
21 * Check all the docstring of all types that have been changed
21 * Clean out Notes.md of any solved issues 22 * Clean out Notes.md of any solved issues
22 * Delete this document, move remaining notes to Notes.md 23 * Delete this document, move remaining notes to Notes.md
23 24
24 ## Remaining work for feature branches 25 ## Remaining work for feature branches
25 * Multi-block grids 26 * Multi-block grids
121 ### Would it help to introduce a type for grid functions? 122 ### Would it help to introduce a type for grid functions?
122 Seems easier to avoid this but it might be worth investigating. 123 Seems easier to avoid this but it might be worth investigating.
123 124
124 Can it be done with some kind of trait? We can give AbstractArray the appropriate trait and keep them for the simplest grid functions. 125 Can it be done with some kind of trait? We can give AbstractArray the appropriate trait and keep them for the simplest grid functions.
125 126
127 ## Implement the tensor product operator for grids?