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, | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | idir | ||||
integer, | private | :: | iAlign | ||||
integer, | private | :: | iFace | ||||
integer, | private | :: | neighPos | ||||
integer, | private | :: | neighAlign | ||||
integer, | private | :: | coord(3) | ||||
real(kind=rk), | private | :: | bndBaryCoord(1:3) | ||||
real(kind=rk), | private, | allocatable | :: | facePnts(:,:) | |||
integer, | private | :: | iglobFace |