Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1867:de4b4f2aee4f feature/grids/manifolds
Add some tests for CartesianAtlas
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 12 Nov 2024 18:15:27 +0100 |
parents | 2b5f81e288f1 |
children | 04c251bccbd4 |
comparison
equal
deleted
inserted
replaced
1844:1987347752ef | 1867:de4b4f2aee4f |
---|---|
23 export unittriangle | 23 export unittriangle |
24 export unittetrahedron | 24 export unittetrahedron |
25 export unitsimplex | 25 export unitsimplex |
26 | 26 |
27 export Chart | 27 export Chart |
28 export ConcreteChart | 28 |
29 export Atlas | |
30 export charts | |
31 export connections | |
32 export CartesianAtlas | |
33 | |
29 export parameterspace | 34 export parameterspace |
30 | 35 |
31 # Grid | 36 # Grid |
32 export Grid | 37 export Grid |
33 export coordinate_size | 38 export coordinate_size |