ply_nodeset_chebyloba Function

public function ply_nodeset_chebyloba(nPoints) result(x)

Generates a given number of Chebyshev-Lobatto points on the unit interval [-1;+1].

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nPoints

The number of points to generate

Return Value real(kind=rk), (nPoints)

The coordinates of the Chebyshev-Lobatto points on the interval [-1,1]. The array has to have the length nPoints.


Called by

proc~~ply_nodeset_chebyloba~~CalledByGraph proc~ply_nodeset_chebyloba ply_nodeset_chebyloba program~ply_l2p_test ply_l2p_test program~ply_l2p_test->proc~ply_nodeset_chebyloba

Contents