Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1915:c003685d9926 feature/grids/geometry_functions
Add geometry functions removed from feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 03 Feb 2025 15:43:00 +0100 |
parents | 04c251bccbd4 |
children | 6c1bb9bdb092 |
comparison
equal
deleted
inserted
replaced
1914:e7f8d11c4670 | 1915:c003685d9926 |
---|---|
77 include("grid.jl") | 77 include("grid.jl") |
78 include("tensor_grid.jl") | 78 include("tensor_grid.jl") |
79 include("equidistant_grid.jl") | 79 include("equidistant_grid.jl") |
80 include("zero_dim_grid.jl") | 80 include("zero_dim_grid.jl") |
81 include("mapped_grid.jl") | 81 include("mapped_grid.jl") |
82 include("geometry.jl") | |
82 | 83 |
83 end # module | 84 end # module |