Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1430:9fc3c1af33e5 | 1431:6adf31ba6cfd |
---|---|
33 export refine | 33 export refine |
34 export coarsen | 34 export coarsen |
35 export equidistant_grid | 35 export equidistant_grid |
36 export CartesianBoundary | 36 export CartesianBoundary |
37 | 37 |
38 | |
39 # CurvilinearGrid | |
38 export CurvilinearGrid | 40 export CurvilinearGrid |
41 export jacobian | |
42 export logicalgrid | |
39 | 43 |
40 abstract type BoundaryIdentifier end | 44 abstract type BoundaryIdentifier end |
41 | 45 |
42 include("grid.jl") | 46 include("grid.jl") |
43 include("tensor_grid.jl") | 47 include("tensor_grid.jl") |