Mercurial > repos > public > sbplib_julia
changeset 2025:d35a4cb170ff feature/grids/multiblock_grids
Add some notes and comments
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 10 Apr 2025 08:45:08 +0200 |
| parents | 3fb33f00dab2 |
| children | 1b6f150d95c5 |
| files | src/Grids/multiblockgrids.jl |
| diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/multiblockgrids.jl Wed Mar 12 11:15:36 2025 +0100 +++ b/src/Grids/multiblockgrids.jl Thu Apr 10 08:45:08 2025 +0200 @@ -24,7 +24,7 @@ # function boundary_indices end # Need to figure out the grid functions first? # function eval_on end # Need to figure out the grid functions first? -# function Base.map end # Need to figure out the grid functions first? +# function Base.map end # Need to figure out the grid functions first? Should only have to implement the iterator interface # Plotting recipes @@ -48,3 +48,11 @@ end connection(t::Tuple) = connection(t...) + + + +# Nested indices?? +# motsvarande eachindex +# Kolla notebooks med experiment +# IteratorSize +# nogot slags shape?
