Collection of node sets to use in the nodal representation of the solution.
Node distributions on the reference interval [-1,1] are to be described by functions that satisfy the ply_nodeset_coords interface and return an array of 1D coordinates for the given number of points.
The following sets of nodes are available:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nPoints |
The number of points to create. |
The coordinates of the nodeset in the interval [-1,1]. The array has to have the length nPoints.
Compute Gauss-Legendre integration points on the interval [-1,1].
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nPoints |
The number of integration points. |
The coordinates of the Legendre points on the interval [-1,1]. The array has to have the length nPoints.
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.
Generates a given number of Chebyshev-Lobatto 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-Lobatto points on the interval [-1,1]. The array has to have the length nPoints.