diff src/Grids/Grids.jl @ 1785:96f8cad255b4 feature/sbp_operators/laplace_curvilinear

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 16 Sep 2024 10:33:47 +0200
parents f3d7e2d7a43f 819ab806960f
children b8cb38fd67ff
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Wed Sep 11 16:26:19 2024 +0200
+++ b/src/Grids/Grids.jl	Mon Sep 16 10:33:47 2024 +0200
@@ -1,4 +1,5 @@
 # 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
@@ -64,9 +65,8 @@
 # MappedGrid
 export MappedGrid
 export jacobian
-export logicalgrid
+export logical_grid
 export mapped_grid
-export jacobian_determinant
 export metric_tensor
 export metric_tensor_inverse