Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1683:88021d580320 feature/grids/curvilinear
Add missing LinearAlgebra dependency
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 11 Jul 2024 11:50:10 +0200 |
| parents | 4ce9cb21220c |
| children | a4c52ae93b11 863385aae454 |
comparison
equal
deleted
inserted
replaced
| 1682:4ce9cb21220c | 1683:88021d580320 |
|---|---|
| 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 # Grid | 9 # Grid |
| 9 export Grid | 10 export Grid |
| 10 export coordinate_size | 11 export coordinate_size |
| 11 export component_type | 12 export component_type |
