diff src/Grids/Grids.jl @ 1431:6adf31ba6cfd feature/grids/curvilinear

Add `jacobian` and `logicalgrid`
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Aug 2023 15:41:19 +0200
parents 9c689a627244
children af73340a8f0e
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Wed Jul 26 21:00:44 2023 +0200
+++ b/src/Grids/Grids.jl	Fri Aug 25 15:41:19 2023 +0200
@@ -35,7 +35,11 @@
 export equidistant_grid
 export CartesianBoundary
 
+
+# CurvilinearGrid
 export CurvilinearGrid
+export jacobian
+export logicalgrid
 
 abstract type BoundaryIdentifier end