Mercurial > repos > public > sbplib_julia
diff grid_refactor.md @ 1279:1157f889bf50 refactor/grids
Clear out some TBDs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 26 Feb 2023 21:20:52 +0100 |
parents | 79647b60a73b |
children | 014d365c18de |
line wrap: on
line diff
--- a/grid_refactor.md Sun Feb 26 21:04:41 2023 +0100 +++ b/grid_refactor.md Sun Feb 26 21:20:52 2023 +0100 @@ -11,6 +11,7 @@ * 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