Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1243:783284b3e438 refactor/grids
Fix include errors
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Tue, 21 Feb 2023 21:36:49 +0100 |
| parents | 95e294576c2a |
| children | 476b889f0ffa |
comparison
equal
deleted
inserted
replaced
| 1242:917cb8acbc17 | 1243:783284b3e438 |
|---|---|
| 23 export boundary_identifiers | 23 export boundary_identifiers |
| 24 export boundary_grid | 24 export boundary_grid |
| 25 export refine | 25 export refine |
| 26 export coarsen | 26 export coarsen |
| 27 | 27 |
| 28 abstract type BoundaryIdentifier end | |
| 29 | |
| 28 include("grid.jl") | 30 include("grid.jl") |
| 29 include("boundary_identifier.jl") | 31 include("tensor_grid.jl") |
| 30 include("equidistant_grid.jl") | 32 include("equidistant_grid.jl") |
| 31 include("zero_dim_grid.jl") | 33 include("zero_dim_grid.jl") |
| 32 | 34 |
| 33 abstract type BoundaryIdentifier end | |
| 34 | 35 |
| 35 end # module | 36 end # module |
