Mercurial > repos > public > sbplib_julia
comparison src/Grids/manifolds.jl @ 1867:de4b4f2aee4f feature/grids/manifolds
Add some tests for CartesianAtlas
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 12 Nov 2024 18:15:27 +0100 |
parents | 1987347752ef |
children | 20bd8887db0d |
comparison
equal
deleted
inserted
replaced
1844:1987347752ef | 1867:de4b4f2aee4f |
---|---|
118 """ | 118 """ |
119 jacobian(c::Chart, ξ) = jacobian(c.mapping, ξ) | 119 jacobian(c::Chart, ξ) = jacobian(c.mapping, ξ) |
120 # TBD: Can we register a error hint for when jacobian is called with a function that doesn't have a registered jacobian? | 120 # TBD: Can we register a error hint for when jacobian is called with a function that doesn't have a registered jacobian? |
121 | 121 |
122 | 122 |
123 # TBD: Should Charts, parameterspaces have boundary names? | 123 # TBD: Should Charts, parameterspaces, Atlases, have boundary names? |
124 | 124 |
125 """ | 125 """ |
126 Atlas | 126 Atlas |
127 | 127 |
128 A collection of charts and their connections. | 128 A collection of charts and their connections. |