comparison grid_refactor.md @ 1335:cca45af5e724 refactor/grids

Some docs for EquidistantGrid
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 03 May 2023 15:49:37 +0200
parents e94ddef5e72f
children 5761f4060f2b
comparison
equal deleted inserted replaced
1334:47e309eac131 1335:cca45af5e724
14 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`. 14 * `eval_on` can be called with both `f(x,y,...)` and `f(x̄)`.
15 15
16 16
17 ## TODO 17 ## TODO
18 * Add benchmarks or allocation tests for eval_on and indexing grids. 18 * Add benchmarks or allocation tests for eval_on and indexing grids.
19 * Add benchmarks for range type in EquidistantGrid. (LinRange vs StepRange)
19 * Document the expected behavior of grid functions 20 * Document the expected behavior of grid functions
20 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work. 21 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work.
21 * Write about the design choices in the docs. 22 * Write about the design choices in the docs.
22 * Merge and run benchmarks 23 * Merge and run benchmarks
23 24