Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 1413:410bc321242c bugfix/grids/complete_interface_impl
Add todo for colon-indexing and remove tests
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 23 Aug 2023 09:32:01 +0200 |
parents | 4684c7f1c4cb |
children | 19cdec9c21cb |
comparison
equal
deleted
inserted
replaced
1412:e56277744ebb | 1413:410bc321242c |
---|---|
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 - [ ] Support indexing with `:`. | |
38 | 39 |
39 | 40 |
40 ### Benchmarks | 41 ### Benchmarks |
41 - [ ] Benchmarks for all grid indexing (focused on allocation) | 42 - [ ] Benchmarks for all grid indexing (focused on allocation) |
42 - [ ] Benchmarks for indexing of lazy grid functions | 43 - [ ] Benchmarks for indexing of lazy grid functions |