Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1332:ad31c1022e42 refactor/grids
Rename function for coordinate size of a grid
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 03 May 2023 15:31:53 +0200 |
parents | 0713175a5743 |
children | c0c1189c5f2e |
comparison
equal
deleted
inserted
replaced
1331:ed3ea0630825 | 1332:ad31c1022e42 |
---|---|
4 using Sbplib.LazyTensors | 4 using Sbplib.LazyTensors |
5 using StaticArrays | 5 using StaticArrays |
6 | 6 |
7 # Grid | 7 # Grid |
8 export Grid | 8 export Grid |
9 export target_manifold_dim | 9 export coordinate_size |
10 export component_type | 10 export component_type |
11 | 11 |
12 export TensorGrid | 12 export TensorGrid |
13 export ZeroDimGrid | 13 export ZeroDimGrid |
14 | 14 |