diff src/Grids/mapped_grid.jl @ 1651:707fc9761c2b feature/sbp_operators/laplace_curvilinear

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2024 12:47:26 +0200
parents 8250cf5a3ce9
children 6d196fb85133
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl	Wed Jun 26 12:36:41 2024 +0200
+++ b/src/Grids/mapped_grid.jl	Wed Jun 26 12:47:26 2024 +0200
@@ -14,6 +14,7 @@
 
 Base.firstindex(g::MappedGrid, d) = firstindex(g.logicalgrid, d)
 Base.lastindex(g::MappedGrid, d) = lastindex(g.logicalgrid, d)
+# TODO: axes(...)?
 
 # Iteration interface