Generates a given number of Chebyshev points on the unit interval [-1;+1].
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nPoints | The number of points to generate |
The coordinates of the Chebyshev points on the interval [-1,1]. The array has to have the length nPoints.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iPoint | ||||
integer, | private | :: | iBack | ||||
integer, | private | :: | nHalf |