Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1476:62f9d0387a2a feature/grids/componentview
Introduce a view type and implement sliced indexing for the components.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 01 Dec 2023 14:58:05 +0100 |
parents | 276c38a48aac |
children | ae2dbfb984a9 81e97d3bec8c 611ae2308aa1 |
comparison
equal
deleted
inserted
replaced
1475:76b190ca9a27 | 1476:62f9d0387a2a |
---|---|
15 export boundary_grid | 15 export boundary_grid |
16 export coarsen | 16 export coarsen |
17 export refine | 17 export refine |
18 export eval_on | 18 export eval_on |
19 export componentview | 19 export componentview |
20 export ArrayComponentView | |
20 | 21 |
21 export BoundaryIdentifier | 22 export BoundaryIdentifier |
22 export TensorGridBoundary | 23 export TensorGridBoundary |
23 export CartesianBoundary | 24 export CartesianBoundary |
24 | 25 |