Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1682:4ce9cb21220c feature/grids/curvilinear
Fix naming of metrix tensor functions
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 11 Jul 2024 11:24:52 +0200 |
| parents | 51f0c5f895fb |
| children | 88021d580320 |
comparison
equal
deleted
inserted
replaced
| 1681:5ea0299b45b4 | 1682:4ce9cb21220c |
|---|---|
| 39 export MappedGrid | 39 export MappedGrid |
| 40 export jacobian | 40 export jacobian |
| 41 export logicalgrid | 41 export logicalgrid |
| 42 export mapped_grid | 42 export mapped_grid |
| 43 export jacobian_determinant | 43 export jacobian_determinant |
| 44 export geometric_tensor | 44 export metric_tensor |
| 45 export geometric_tensor_inverse | 45 export metric_tensor_inverse |
| 46 | 46 |
| 47 abstract type BoundaryIdentifier end | 47 abstract type BoundaryIdentifier end |
| 48 | 48 |
| 49 include("grid.jl") | 49 include("grid.jl") |
| 50 include("tensor_grid.jl") | 50 include("tensor_grid.jl") |
