Mercurial > repos > public > sbplib_julia
diff src/Grids/manifolds.jl @ 1942:b8395f69ad80 feature/grids/manifolds
Add boundaries(::Chart) and broken tests
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 14:05:37 +0100 |
parents | 1e3089197397 |
children | 2a923e673cfc |
line wrap: on
line diff
--- a/src/Grids/manifolds.jl Fri Feb 07 13:59:13 2025 +0100 +++ b/src/Grids/manifolds.jl Fri Feb 07 14:05:37 2025 +0100 @@ -33,8 +33,8 @@ jacobian(c::Chart, ξ) = jacobian(c.mapping, ξ) # TBD: Can we register a error hint for when jacobian is called with a function that doesn't have a registered jacobian? +boundaries(c::Chart) = boundaries(parameterspace(c)) -# TBD: Should Charts, parameterspaces, Atlases, have boundary names? """ Atlas