Mercurial > repos > public > sbplib_julia
changeset 1578:56da785ab576 feature/grids/manifolds
Change to using xi for ConcreteChart
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Apr 2024 21:55:01 +0200 |
parents | d5aa72662161 |
children | 14d79b13b54f |
files | src/Grids/manifolds.jl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
diff -r d5aa72662161 -r 56da785ab576 src/Grids/manifolds.jl --- a/src/Grids/manifolds.jl Thu Apr 25 21:53:06 2024 +0200 +++ b/src/Grids/manifolds.jl Thu Apr 25 21:55:01 2024 +0200 @@ -95,10 +95,10 @@ parameterspace::PST end -(c::ConcreteChart)(x̄) = c.mapping(x̄) +(c::ConcreteChart)(ξ) = c.mapping(ξ) parameterspace(c::ConcreteChart) = c.parameterspace -jacobian(c::ConcreteChart, x) = jacobian(c.mapping, x) +jacobian(c::ConcreteChart, ξ) = jacobian(c.mapping, ξ) """ Atlas