Mercurial > repos > public > sbplib_julia
diff src/Grids/manifolds.jl @ 1964:3fb5b03162ee feature/grids/manifolds
Implement an error hint for MethodError with Grids.jacobian
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 11 Feb 2025 15:46:29 +0100 |
parents | dd77b45ee1ac |
children | ebe883807b62 |
line wrap: on
line diff
--- a/src/Grids/manifolds.jl Tue Feb 11 09:10:19 2025 +0100 +++ b/src/Grids/manifolds.jl Tue Feb 11 15:46:29 2025 +0100 @@ -31,7 +31,6 @@ which will both allow calling `jacobian(c,ξ)`. """ 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? boundary_identifiers(c::Chart) = boundary_identifiers(parameterspace(c))