Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1434:af73340a8f0e feature/grids/curvilinear
Add todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 07 Sep 2023 09:03:07 +0200 |
parents | 6adf31ba6cfd |
children | d9d9ab18cdfc |
comparison
equal
deleted
inserted
replaced
1433:1656228095b5 | 1434:af73340a8f0e |
---|---|
1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. | |
1 module Grids | 2 module Grids |
2 | 3 |
3 using Sbplib.RegionIndices | 4 using Sbplib.RegionIndices |
4 using Sbplib.LazyTensors | 5 using Sbplib.LazyTensors |
5 using StaticArrays | 6 using StaticArrays |