Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1127:5490d0a38007 feature/grids
Remove export of boundary_size och orthogonal_dims
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 05 Oct 2022 21:26:37 +0200 |
parents | c2d7e940639e |
children | dfbd62c7eb09 |
comparison
equal
deleted
inserted
replaced
1126:832ac87a54a3 | 1127:5490d0a38007 |
---|---|
18 # EquidistantGrid | 18 # EquidistantGrid |
19 export EquidistantGrid | 19 export EquidistantGrid |
20 export spacing | 20 export spacing |
21 export inverse_spacing | 21 export inverse_spacing |
22 export restrict | 22 export restrict |
23 export orthogonal_dims | |
24 export boundary_identifiers | 23 export boundary_identifiers |
25 export boundary_grid | 24 export boundary_grid |
26 export boundary_size | |
27 export refine | 25 export refine |
28 export coarsen | 26 export coarsen |
29 | 27 |
30 include("grid.jl") | 28 include("grid.jl") |
31 include("boundary_identifier.jl") | 29 include("boundary_identifier.jl") |