Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1801:2b5f81e288f1 feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Oct 2024 08:51:37 +0200 |
parents | 819ab806960f a6deaf70862b |
children | b8cb38fd67ff de4b4f2aee4f |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Mon Sep 16 09:53:29 2024 +0200 +++ b/src/Grids/Grids.jl Wed Oct 02 08:51:37 2024 +0200 @@ -1,5 +1,3 @@ -# TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. -# Review: Address this todo? module Grids using Diffinitive.LazyTensors @@ -68,7 +66,6 @@ export logical_grid export mapped_grid export metric_tensor -export metric_tensor_inverse include("manifolds.jl") include("grid.jl")