Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1133:a8c8517a310f feature/boundary_conditions
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 05 Oct 2022 22:05:23 +0200 |
parents | dfbd62c7eb09 |
children | 31041ef8092a |
comparison
equal
deleted
inserted
replaced
1132:302d36b5ba8e | 1133:a8c8517a310f |
---|---|
2 | 2 |
3 using Sbplib.RegionIndices | 3 using Sbplib.RegionIndices |
4 | 4 |
5 # Grid | 5 # Grid |
6 export Grid | 6 export Grid |
7 export dim | |
8 export dims | 7 export dims |
9 export points | 8 export points |
10 export evalOn | 9 export evalOn |
11 | 10 |
12 # BoundaryIdentifier | 11 # BoundaryIdentifier |
18 # EquidistantGrid | 17 # EquidistantGrid |
19 export EquidistantGrid | 18 export EquidistantGrid |
20 export spacing | 19 export spacing |
21 export inverse_spacing | 20 export inverse_spacing |
22 export restrict | 21 export restrict |
23 export orthogonal_dims | |
24 export boundary_identifiers | 22 export boundary_identifiers |
25 export boundary_grid | 23 export boundary_grid |
26 export boundary_size | |
27 export refine | 24 export refine |
28 export coarsen | 25 export coarsen |
29 | 26 |
30 include("grid.jl") | 27 include("grid.jl") |
31 include("boundary_identifier.jl") | 28 include("boundary_identifier.jl") |