Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 2017:ea2a15454cf2 feature/grids/multiblock_grids
Add connectio(...) to simplify the creation of grid connection tuples
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 12 Mar 2025 09:32:32 +0100 |
| parents | 7da0ce15b3c1 |
| children | a3ffc3202813 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Wed Mar 12 08:59:28 2025 +0100 +++ b/src/Grids/Grids.jl Wed Mar 12 09:32:32 2025 +0100 @@ -55,7 +55,6 @@ export spacing export equidistant_grid -export MultiBlockBoundary # MappedGrid export MappedGrid @@ -64,6 +63,10 @@ export mapped_grid export metric_tensor +# Multi-block-grids +export MultiBlockBoundary +export connection + include("parameter_space.jl") include("grid.jl") include("tensor_grid.jl")
