Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1589:b22b9097d907 feature/sbp_operators/laplace_curvilinear
Add LinearAlgebra to Grids and fix a typo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 26 Apr 2024 23:37:29 +0200 |
parents | aef3827ef522 |
children | 707fc9761c2b |
comparison
equal
deleted
inserted
replaced
1588:f6774e98d223 | 1589:b22b9097d907 |
---|---|
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 |