Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Thu Jul 11 11:23:35 2024 +0200 +++ b/src/Grids/Grids.jl Thu Jul 11 11:24:52 2024 +0200 @@ -41,8 +41,8 @@ export logicalgrid export mapped_grid export jacobian_determinant -export geometric_tensor -export geometric_tensor_inverse +export metric_tensor +export metric_tensor_inverse abstract type BoundaryIdentifier end