diff src/Grids/Grids.jl @ 1777:819ab806960f feature/grids/manifolds

Merge feature/grids/curvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 15 Sep 2024 23:00:15 +0200
parents 03894fd7b132 ecec2b0eea0f
children 96f8cad255b4 2b5f81e288f1
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Wed Sep 11 15:44:20 2024 +0200
+++ b/src/Grids/Grids.jl	Sun Sep 15 23:00:15 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