Mercurial > repos > public > sbplib_julia
comparison src/Grids/curvilinear_grid.jl @ 1433:1656228095b5 feature/grids/curvilinear
Add TBD
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 28 Aug 2023 09:38:15 +0200 |
parents | 64b60b42d367 |
children | a0b1449dba4e |
comparison
equal
deleted
inserted
replaced
1432:64b60b42d367 | 1433:1656228095b5 |
---|---|
1 # TBD: Rename to MappedGrid? | |
1 struct CurvilinearGrid{T,D, GT<:Grid{<:Any,D}, CT<:AbstractArray{T,D}, JT<:AbstractArray{<:AbstractArray{<:Any, 2}, D}} <: Grid{T,D} | 2 struct CurvilinearGrid{T,D, GT<:Grid{<:Any,D}, CT<:AbstractArray{T,D}, JT<:AbstractArray{<:AbstractArray{<:Any, 2}, D}} <: Grid{T,D} |
2 logicalgrid::GT | 3 logicalgrid::GT |
3 physicalcoordinates::CT | 4 physicalcoordinates::CT |
4 jacobian::JT | 5 jacobian::JT |
5 end | 6 end |