Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1492:d9d9ab18cdfc feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 01 Dec 2023 11:52:26 +0100 |
parents | af73340a8f0e 1e8fbe55916e |
children | ae2dbfb984a9 |
comparison
equal
deleted
inserted
replaced
1451:2e08f3444354 | 1492:d9d9ab18cdfc |
---|---|
7 | 7 |
8 # Grid | 8 # Grid |
9 export Grid | 9 export Grid |
10 export coordinate_size | 10 export coordinate_size |
11 export component_type | 11 export component_type |
12 export grid_id | |
13 export boundary_id | |
14 export boundary_indices | |
15 export boundary_identifiers | |
16 export boundary_grid | |
17 export eval_on | |
18 export coarsen | |
19 export getcomponent | |
20 export refine | |
21 | |
22 export BoundaryIdentifier | |
23 export TensorGridBoundary | |
24 export CartesianBoundary | |
12 | 25 |
13 export TensorGrid | 26 export TensorGrid |
14 export ZeroDimGrid | 27 export ZeroDimGrid |
15 | 28 |
16 export TensorGridBoundary | |
17 | |
18 export grid_id | |
19 export boundary_id | |
20 | |
21 export eval_on | |
22 export getcomponent | |
23 | |
24 # BoundaryIdentifier | |
25 export BoundaryIdentifier | |
26 | |
27 | |
28 # EquidistantGrid | |
29 export EquidistantGrid | 29 export EquidistantGrid |
30 export inverse_spacing | |
30 export spacing | 31 export spacing |
31 export inverse_spacing | |
32 export boundary_identifiers | |
33 export boundary_grid | |
34 export refine | |
35 export coarsen | |
36 export equidistant_grid | 32 export equidistant_grid |
37 export CartesianBoundary | |
38 | 33 |
39 | 34 |
40 # CurvilinearGrid | 35 # CurvilinearGrid |
41 export CurvilinearGrid | 36 export CurvilinearGrid |
42 export jacobian | 37 export jacobian |