Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1587:aef3827ef522 feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Apr 2024 22:49:36 +0200 |
parents | d7483e8af705 d9d767980d6f |
children | b22b9097d907 |
comparison
equal
deleted
inserted
replaced
1585:d359d0d7fb12 | 1587:aef3827ef522 |
---|---|
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 | 7 |
8 | 8 export ParameterSpace |
9 export HyperBox | 9 export HyperBox |
10 export Simplex | 10 export Simplex |
11 export Interval | 11 export Interval |
12 export Rectangle | 12 export Rectangle |
13 export Box | 13 export Box |