atl_get_points_from_BC Subroutine

private subroutine atl_get_points_from_BC(bnd, points, offset_bit, poly_proj, mesh, nDim, nQuadPnts, nFaces)

Get all the surface points for a specific boundary.

Arguments

Type IntentOptional 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


Calls

proc~~atl_get_points_from_bc~~CallsGraph proc~atl_get_points_from_bc atl_get_points_from_BC proc~atl_reftophyscoord atl_refToPhysCoord proc~atl_get_points_from_bc->proc~atl_reftophyscoord

Called by

proc~~atl_get_points_from_bc~~CalledByGraph proc~atl_get_points_from_bc atl_get_points_from_BC proc~atl_fill_bcindex atl_fill_BCIndex proc~atl_fill_bcindex->proc~atl_get_points_from_bc proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_fill_bcindex proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize program~ateles ateles program~ateles->proc~atl_initialize_program

Contents