Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1594:d68d02dd882f feature/boundary_conditions
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 25 May 2024 16:07:10 -0700 |
parents | 62f9d0387a2a |
children | ae2dbfb984a9 81e97d3bec8c 611ae2308aa1 |
comparison
equal
deleted
inserted
replaced
1591:615eeb6e662e | 1594:d68d02dd882f |
---|---|
11 export grid_id | 11 export grid_id |
12 export boundary_id | 12 export boundary_id |
13 export boundary_indices | 13 export boundary_indices |
14 export boundary_identifiers | 14 export boundary_identifiers |
15 export boundary_grid | 15 export boundary_grid |
16 export coarsen | |
17 export refine | |
16 export eval_on | 18 export eval_on |
17 export coarsen | 19 export componentview |
18 export getcomponent | 20 export ArrayComponentView |
19 export refine | |
20 | 21 |
21 export BoundaryIdentifier | 22 export BoundaryIdentifier |
22 export TensorGridBoundary | 23 export TensorGridBoundary |
23 export CartesianBoundary | 24 export CartesianBoundary |
24 | 25 |