comparison src/Grids/Grids.jl @ 1752:c98d9c528a22 feature/grids/curvilinear

Review: Added review comments to Grids.jl and mapped_grid.jl
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Fri, 13 Sep 2024 10:27:17 -0700
parents e719c6dadba6
children 035af82f559a
comparison
equal deleted inserted replaced
1749:e4353d5e8fc3 1752:c98d9c528a22
1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. 1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids.
2 # Review: Address this todo?
2 module Grids 3 module Grids
3 4
4 using Diffinitive.LazyTensors 5 using Diffinitive.LazyTensors
5 using StaticArrays 6 using StaticArrays
6 using LinearAlgebra 7 using LinearAlgebra