diff src/Grids/manifolds.jl @ 1572:157c43966b06 feature/grids/manifolds

Add some tests and implement parameterspace for ConcreteChart
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Apr 2024 14:13:41 +0200
parents 90af15f38c62
children bbb9065834ce
line wrap: on
line diff
--- a/src/Grids/manifolds.jl	Thu Apr 25 14:00:40 2024 +0200
+++ b/src/Grids/manifolds.jl	Thu Apr 25 14:13:41 2024 +0200
@@ -99,7 +99,8 @@
     parameterspace::PST
 end
 
-(c::Chart)(x̄) = c.mapping(x̄)
+(c::ConcreteChart)(x̄) = c.mapping(x̄)
+parameterspace(c::ConcreteChart) = c.parameterspace
 
 
 """