Mercurial > repos > public > sbplib_julia
changeset 1352:7decb362cfdf refactor/grids
Remove grid_refactor.md
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 20 May 2023 14:16:38 +0200 |
parents | 1e2adeb5593d |
children | 1629ddee4b3a |
files | grid_refactor.md |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
diff -r 1e2adeb5593d -r 7decb362cfdf grid_refactor.md --- a/grid_refactor.md Fri May 19 23:52:58 2023 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# Grids refactor - -## Change summary -* `EquidistantGrid` is now only a 1D thing. -* Higher dimensions are supported through `TensorGrid`. -* The old behavior of `EquidistantGrid` has been moved to the function `equidistant_grid`. -* Grids embedded in higher dimensions are now supported through tensor products with `ZeroDimGrid`s. -* Vector valued grid functions are now supported and the default element type is `SVector`. -* Grids are now expected to support Julia's indexing and iteration interface. -* `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`. - -## TODO -* Delete this document, move remaining notes to Notes.md