Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1802:b8cb38fd67ff feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Oct 2024 08:53:01 +0200 |
parents | 96f8cad255b4 2b5f81e288f1 |
children | b0915f43b122 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Wed Sep 25 10:33:48 2024 +0200 +++ b/src/Grids/Grids.jl Wed Oct 02 08:53:01 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 abstract type BoundaryIdentifier end