Vectorizing subroutine to transform Legendre expansion to point values at Chebyshev-Lobatto nodes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ply_legFpt_type), | intent(inout) | :: | fpt | |||
| real(kind=rk), | intent(inout) | :: | legCoeffs(:) | |||
| real(kind=rk), | intent(inout) | :: | pntVal(:) | |||
| integer, | intent(in) | :: | nIndeps |