ply_nodes_create Subroutine

public subroutine ply_nodes_create(me, nodes, faces, nQuadPointsPerDir, ndims)

Initialize points with the Chebyshev quadrature points, 3D

Arguments

Type IntentOptional Attributes Name
type(ply_nodes_header_type), intent(in) :: me
real(kind=rk), intent(out), allocatable :: nodes(:,:)
type(ply_faceNodes_type), intent(out), allocatable :: faces(:,:)
integer, intent(in) :: nQuadPointsPerDir
integer, intent(in) :: ndims

Calls

proc~~ply_nodes_create~~CallsGraph proc~ply_nodes_create ply_nodes_create proc~ply_nodes_surface_coords ply_nodes_surface_coords proc~ply_nodes_create->proc~ply_nodes_surface_coords proc~ply_nodes_volume_coords ply_nodes_volume_coords proc~ply_nodes_create->proc~ply_nodes_volume_coords proc~ply_point_tensor ply_point_tensor proc~ply_nodes_surface_coords->proc~ply_point_tensor proc~ply_nodes_volume_coords->proc~ply_point_tensor