comparison src/Grids/Grids.jl @ 1564:35fe4375b35f feature/grids/manifolds

Export things and fix ConcreteChart and Simplex
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Apr 2024 13:17:48 +0200
parents 81e97d3bec8c
children b9c7bab94241
comparison
equal deleted inserted replaced
1558:81e97d3bec8c 1564:35fe4375b35f
16 export limits 16 export limits
17 export unitinterval 17 export unitinterval
18 export unitsquare 18 export unitsquare
19 export unitcube 19 export unitcube
20 export unithyperbox 20 export unithyperbox
21
22 export Chart
23 export ConcreteChart
21 24
22 # Grid 25 # Grid
23 export Grid 26 export Grid
24 export coordinate_size 27 export coordinate_size
25 export component_type 28 export component_type