ply_get_quadpoints_faces Subroutine

public subroutine ply_get_quadpoints_faces(poly_proj, idir, ialign, points)

function to provide the coordinates from the quadrature points on the faces

Arguments

Type IntentOptional Attributes Name
type(ply_poly_project_type), intent(in) :: poly_proj
integer, intent(in) :: idir
integer, intent(in) :: ialign
real(kind=rk), intent(inout), allocatable :: points(:,:)