Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1954:b0915f43b122 feature/sbp_operators/laplace_curvilinear
Merge feature/grids/geometry_functions
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Sat, 08 Feb 2025 09:38:58 +0100 |
| parents | b8cb38fd67ff 6c1bb9bdb092 |
| children | 496b8d3903c6 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Sat Feb 08 09:35:13 2025 +0100 +++ b/src/Grids/Grids.jl Sat Feb 08 09:38:58 2025 +0100 @@ -25,7 +25,13 @@ export unitsimplex export Chart -export ConcreteChart + +export Atlas +export charts +export connections +export CartesianAtlas +export UnstructuredAtlas + export parameterspace # Grid @@ -59,6 +65,7 @@ export spacing export equidistant_grid +export MultiBlockBoundary # MappedGrid export MappedGrid @@ -67,13 +74,14 @@ export mapped_grid export metric_tensor -abstract type BoundaryIdentifier end - +include("parameter_space.jl") +include("grid.jl") +include("multiblockgrids.jl") include("manifolds.jl") -include("grid.jl") include("tensor_grid.jl") include("equidistant_grid.jl") include("zero_dim_grid.jl") include("mapped_grid.jl") +include("geometry.jl") end # module
