Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 1659:3bbcd496e021 feature/grids/curvilinear
Add function for computing the normal at the boundary of a mapped grid as a grid function
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 28 Jun 2024 17:02:47 +0200 |
parents | b02917bcd7d5 |
children | 6d196fb85133 51f0c5f895fb |
comparison
equal
deleted
inserted
replaced
1649:b02917bcd7d5 | 1659:3bbcd496e021 |
---|---|
17 export coarsen | 17 export coarsen |
18 export refine | 18 export refine |
19 export eval_on | 19 export eval_on |
20 export componentview | 20 export componentview |
21 export ArrayComponentView | 21 export ArrayComponentView |
22 export normal | |
22 | 23 |
23 export BoundaryIdentifier | 24 export BoundaryIdentifier |
24 export TensorGridBoundary | 25 export TensorGridBoundary |
25 export CartesianBoundary | 26 export CartesianBoundary |
26 | 27 |