Initialize points with the Chebyshev quadrature points, 3D
| Type | Intent | Optional | 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 |