ply_nodeset_coords Interface

interface
public function ply_nodeset_coords(nPoints) result(x)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: nPoints

The number of points to create.

Return Value real(kind=rk)(nPoints)

The coordinates of the nodeset in the interval [-1,1]. The array has to have the length nPoints.