comparison TODO.md @ 1343:fa3695f634de refactor/grids

More clean up of todos and notes
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 15 May 2023 22:37:33 +0200
parents c0c1189c5f2e
children 4684c7f1c4cb
comparison
equal deleted inserted replaced
1342:c0c1189c5f2e 1343:fa3695f634de
33 ### Grids 33 ### Grids
34 34
35 - [ ] Multiblock grids 35 - [ ] Multiblock grids
36 - [ ] Periodic grids 36 - [ ] Periodic grids
37 - [ ] Grids with modified boundary closures 37 - [ ] Grids with modified boundary closures
38
39
40 ### Benchmarks
41 - [ ] Benchmarks for all grid indexing (focused on allocation)
42 - [ ] Benchmarks for indexing of lazy grid functions
43 - [ ] Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange)