comparison src/Grids/Grids.jl @ 1797:a6deaf70862b feature/grids/curvilinear

Resolve todo
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 01 Oct 2024 11:37:51 +0200
parents 43c0bfc13de3
children 2b5f81e288f1 f93ba5832146 e68669552ed8
comparison
equal deleted inserted replaced
1796:4d55ac2892a2 1797:a6deaf70862b
1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids.
2 # Review: Address this todo?
3 module Grids 1 module Grids
4 2
5 using Diffinitive.LazyTensors 3 using Diffinitive.LazyTensors
6 using StaticArrays 4 using StaticArrays
7 using LinearAlgebra 5 using LinearAlgebra