Mercurial > repos > public > sbplib_julia
changeset 1246:476b889f0ffa refactor/grids
Add missing export statements
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 22 Feb 2023 12:39:42 +0100 |
parents | 6323d2fe3b4f |
children | 2abec782cf5b |
files | src/Grids/Grids.jl |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 6323d2fe3b4f -r 476b889f0ffa src/Grids/Grids.jl --- a/src/Grids/Grids.jl Tue Feb 21 21:42:31 2023 +0100 +++ b/src/Grids/Grids.jl Wed Feb 22 12:39:42 2023 +0100 @@ -7,7 +7,12 @@ export Grid export dims export points -export evalOn + +export TensorGrid +export ZeroDimGrid + +export eval_on +export getcomponent # BoundaryIdentifier export BoundaryIdentifier @@ -24,6 +29,7 @@ export boundary_grid export refine export coarsen +export equidistant_grid abstract type BoundaryIdentifier end