Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1695:a4c52ae93b11 feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 28 Aug 2024 10:35:08 +0200 |
parents | 13a7a4ff49e3 88021d580320 |
children | 29b96fc75bee 03894fd7b132 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Wed Aug 21 19:12:28 2024 +0200 +++ b/src/Grids/Grids.jl Wed Aug 28 10:35:08 2024 +0200 @@ -4,6 +4,7 @@ using Sbplib.RegionIndices using Sbplib.LazyTensors using StaticArrays +using LinearAlgebra export ParameterSpace export HyperBox @@ -65,8 +66,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