Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1271:5977d7628d55 refactor/grids
Remove exports of old functions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 25 Feb 2023 22:49:21 +0100 |
parents | a4ddae8b5d49 |
children | 3637daad71e8 |
comparison
equal
deleted
inserted
replaced
1270:dcbac783e4c1 | 1271:5977d7628d55 |
---|---|
5 using StaticArrays | 5 using StaticArrays |
6 | 6 |
7 # Grid | 7 # Grid |
8 export Grid | 8 export Grid |
9 export dims | 9 export dims |
10 export points | |
11 | 10 |
12 export TensorGrid | 11 export TensorGrid |
13 export ZeroDimGrid | 12 export ZeroDimGrid |
14 | 13 |
15 export TensorGridBoundary | 14 export TensorGridBoundary |
23 | 22 |
24 # EquidistantGrid | 23 # EquidistantGrid |
25 export EquidistantGrid | 24 export EquidistantGrid |
26 export spacing | 25 export spacing |
27 export inverse_spacing | 26 export inverse_spacing |
28 export restrict | |
29 export boundary_identifiers | 27 export boundary_identifiers |
30 export boundary_grid | 28 export boundary_grid |
31 export refine | 29 export refine |
32 export coarsen | 30 export coarsen |
33 export equidistant_grid | 31 export equidistant_grid |