Mercurial > repos > public > sbplib_julia
comparison src/Grids/geometry.jl @ 1971:9e89084cbba4 feature/grids/geometry_functions
Add some todos
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Fri, 14 Feb 2025 08:32:12 +0100 |
| parents | deeb61325320 |
| children | 8e9575b518a1 |
comparison
equal
deleted
inserted
replaced
| 1970:deeb61325320 | 1971:9e89084cbba4 |
|---|---|
| 82 function (s::TransfiniteInterpolationSurface)(ξ̄::AbstractArray) | 82 function (s::TransfiniteInterpolationSurface)(ξ̄::AbstractArray) |
| 83 s(ξ̄...) | 83 s(ξ̄...) |
| 84 end | 84 end |
| 85 | 85 |
| 86 # TODO: Implement jacobian() for the different mapping helpers | 86 # TODO: Implement jacobian() for the different mapping helpers |
| 87 # TODO: Implement a check function for transfinite interpolations | |
| 88 # TODO: Add doc strings |
