changeset 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 af73340a8f0e
files src/Grids/curvilinear_grid.jl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/curvilinear_grid.jl	Mon Aug 28 09:30:34 2023 +0200
+++ b/src/Grids/curvilinear_grid.jl	Mon Aug 28 09:38:15 2023 +0200
@@ -1,3 +1,4 @@
+# TBD: Rename to MappedGrid?
 struct CurvilinearGrid{T,D, GT<:Grid{<:Any,D}, CT<:AbstractArray{T,D}, JT<:AbstractArray{<:AbstractArray{<:Any, 2}, D}} <: Grid{T,D}
     logicalgrid::GT
     physicalcoordinates::CT