Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_lagrange_type), | intent(in) | :: | me | Definition of the Lagrange polynomial basis to evaluate at points. |
||
real(kind=rk), | intent(in) | :: | points(:) | List of points at which the polynomials are to be evaluated. |
Resulting Lagrange values at all points.
First dimension holds the Lagrange modes, second dimension the points.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nPoints | ||||
integer, | private | :: | iPoint | ||||
integer, | private | :: | iMode |