comparison src/Grids/manifolds.jl @ 1573:bbb9065834ce feature/grids/manifolds

Remove converting between ways to call a charts:
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Apr 2024 14:37:59 +0200
parents 157c43966b06
children a7245343eb98
comparison
equal deleted inserted replaced
1572:157c43966b06 1573:bbb9065834ce
80 80
81 """ 81 """
82 The parameterspace of a chart 82 The parameterspace of a chart
83 """ 83 """
84 function parameterspace end 84 function parameterspace end
85
86 (c::Chart{D})(x̄::SVector{D}) where D = c(x̄...)
87 85
88 86
89 # TODO: Add trait for if there is a jacobian available? 87 # TODO: Add trait for if there is a jacobian available?
90 # Add package extension to allow calling the getter function anyway if it's not available 88 # Add package extension to allow calling the getter function anyway if it's not available
91 # And can we add an informative error that ForwardDiff could be loaded to make it work? 89 # And can we add an informative error that ForwardDiff could be loaded to make it work?