diff src/Grids/manifolds.jl @ 1981:ea04a542a526 feature/grids/geometry_functions

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Feb 2025 22:44:10 +0100
parents 3fb5b03162ee
children ebe883807b62
line wrap: on
line diff
--- a/src/Grids/manifolds.jl	Wed Feb 26 15:40:37 2025 +0100
+++ b/src/Grids/manifolds.jl	Wed Feb 26 22:44:10 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))