Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1679:529b533a1dbb feature/sbp_operators/laplace_curvilinear
Merge feature/sbp_operators/laplace_curvilinear
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Sun, 30 Jun 2024 10:57:05 +0200 |
| parents | 6d196fb85133 13a7a4ff49e3 |
| children | 29b96fc75bee |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Fri Jun 28 21:40:19 2024 +0200 +++ b/src/Grids/Grids.jl Sun Jun 30 10:57:05 2024 +0200 @@ -30,6 +30,30 @@ export ConcreteChart export parameterspace +export ParameterSpace +export HyperBox +export Simplex +export Interval +export Rectangle +export Box +export Triangle +export Tetrahedron + +export limits +export unitinterval +export unitsquare +export unitcube +export unithyperbox + +export verticies +export unittriangle +export unittetrahedron +export unitsimplex + +export Chart +export ConcreteChart +export parameterspace + # Grid export Grid export coordinate_size @@ -39,6 +63,7 @@ export boundary_indices export boundary_identifiers export boundary_grid +export min_spacing export coarsen export refine export eval_on
