Mercurial > repos > public > sbplib_julia
comparison 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 |
comparison
equal
deleted
inserted
replaced
1750:e2abd72d7ce0 | 1777:819ab806960f |
---|---|
1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. | 1 # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. |
2 # Review: Address this todo? | |
2 module Grids | 3 module Grids |
3 | 4 |
4 using Diffinitive.LazyTensors | 5 using Diffinitive.LazyTensors |
5 using StaticArrays | 6 using StaticArrays |
6 using LinearAlgebra | 7 using LinearAlgebra |
62 | 63 |
63 | 64 |
64 # MappedGrid | 65 # MappedGrid |
65 export MappedGrid | 66 export MappedGrid |
66 export jacobian | 67 export jacobian |
67 export logicalgrid | 68 export logical_grid |
68 export mapped_grid | 69 export mapped_grid |
69 export jacobian_determinant | |
70 export metric_tensor | 70 export metric_tensor |
71 export metric_tensor_inverse | 71 export metric_tensor_inverse |
72 | 72 |
73 include("manifolds.jl") | 73 include("manifolds.jl") |
74 include("grid.jl") | 74 include("grid.jl") |