Get all the surface points for a specific boundary.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_bndDesc_type), | intent(in) | :: | bnd | |||
real(kind=rk), | intent(out), | allocatable | :: | points(:,:) |
array of points on the specific boundray |
|
character(len=1), | intent(out), | allocatable | :: | offset_bit(:) |
offset vector for all points on the boundary, requiered for coupling |
|
type(ply_poly_project_type), | intent(in) | :: | poly_proj |
projection list |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh |
The mesh you are using. |
||
integer, | intent(in) | :: | nDim |
Equation nDimensions |
||
integer, | intent(in) | :: | nQuadPnts |
Number of quadrature points on faces |
||
integer, | intent(in) | :: | nFaces |
Number if faces on this boundary |