Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1496:ae2dbfb984a9 feature/grids/curvilinear
Merge feature/grids/componentview
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 01 Dec 2023 15:01:44 +0100 |
parents | d9d9ab18cdfc 62f9d0387a2a |
children | a2dc80396808 |
comparison
equal
deleted
inserted
replaced
1495:64b58740e029 | 1496:ae2dbfb984a9 |
---|---|
12 export grid_id | 12 export grid_id |
13 export boundary_id | 13 export boundary_id |
14 export boundary_indices | 14 export boundary_indices |
15 export boundary_identifiers | 15 export boundary_identifiers |
16 export boundary_grid | 16 export boundary_grid |
17 export coarsen | |
18 export refine | |
17 export eval_on | 19 export eval_on |
18 export coarsen | 20 export componentview |
19 export getcomponent | 21 export ArrayComponentView |
20 export refine | |
21 | 22 |
22 export BoundaryIdentifier | 23 export BoundaryIdentifier |
23 export TensorGridBoundary | 24 export TensorGridBoundary |
24 export CartesianBoundary | 25 export CartesianBoundary |
25 | 26 |