Mercurial > repos > public > sbplib_julia
comparison grid_refactor.md @ 1345:c2012db881cb refactor/grids
Clean notes.md
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 15 May 2023 22:54:32 +0200 |
parents | fa3695f634de |
children |
comparison
equal
deleted
inserted
replaced
1344:760a4a1ec4b7 | 1345:c2012db881cb |
---|---|
8 * Vector valued grid functions are now supported and the default element type is `SVector`. | 8 * Vector valued grid functions are now supported and the default element type is `SVector`. |
9 * Grids are now expected to support Julia's indexing and iteration interface. | 9 * Grids are now expected to support Julia's indexing and iteration interface. |
10 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`. | 10 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`. |
11 | 11 |
12 ## TODO | 12 ## TODO |
13 * Clean out Notes.md of any solved issues | |
14 * Delete this document, move remaining notes to Notes.md | 13 * Delete this document, move remaining notes to Notes.md |