Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1686:b996c35dd647 | 1695:a4c52ae93b11 |
---|---|
2 module Grids | 2 module Grids |
3 | 3 |
4 using Sbplib.RegionIndices | 4 using Sbplib.RegionIndices |
5 using Sbplib.LazyTensors | 5 using Sbplib.LazyTensors |
6 using StaticArrays | 6 using StaticArrays |
7 using LinearAlgebra | |
7 | 8 |
8 export ParameterSpace | 9 export ParameterSpace |
9 export HyperBox | 10 export HyperBox |
10 export Simplex | 11 export Simplex |
11 export Interval | 12 export Interval |
63 export MappedGrid | 64 export MappedGrid |
64 export jacobian | 65 export jacobian |
65 export logicalgrid | 66 export logicalgrid |
66 export mapped_grid | 67 export mapped_grid |
67 export jacobian_determinant | 68 export jacobian_determinant |
68 export geometric_tensor | 69 export metric_tensor |
69 export geometric_tensor_inverse | 70 export metric_tensor_inverse |
70 | 71 |
71 abstract type BoundaryIdentifier end | 72 abstract type BoundaryIdentifier end |
72 | 73 |
73 include("manifolds.jl") | 74 include("manifolds.jl") |
74 include("grid.jl") | 75 include("grid.jl") |