Mercurial > repos > public > sbplib_julia
comparison src/Grids/multiblockgrids.jl @ 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 |
comparison
equal
deleted
inserted
replaced
| 2024:3fb33f00dab2 | 2025:d35a4cb170ff |
|---|---|
| 22 # function refine end | 22 # function refine end |
| 23 # function coarsen end | 23 # function coarsen end |
| 24 | 24 |
| 25 # function boundary_indices end # Need to figure out the grid functions first? | 25 # function boundary_indices end # Need to figure out the grid functions first? |
| 26 # function eval_on end # Need to figure out the grid functions first? | 26 # function eval_on end # Need to figure out the grid functions first? |
| 27 # function Base.map end # Need to figure out the grid functions first? | 27 # function Base.map end # Need to figure out the grid functions first? Should only have to implement the iterator interface |
| 28 | 28 |
| 29 # Plotting recipes | 29 # Plotting recipes |
| 30 | 30 |
| 31 | 31 |
| 32 """ | 32 """ |
| 46 MultiBlockBoundary{k2,typeof(b2)}(), | 46 MultiBlockBoundary{k2,typeof(b2)}(), |
| 47 ) | 47 ) |
| 48 end | 48 end |
| 49 | 49 |
| 50 connection(t::Tuple) = connection(t...) | 50 connection(t::Tuple) = connection(t...) |
| 51 | |
| 52 | |
| 53 | |
| 54 # Nested indices?? | |
| 55 # motsvarande eachindex | |
| 56 # Kolla notebooks med experiment | |
| 57 # IteratorSize | |
| 58 # nogot slags shape? |
