Unit test to check functionallity of fast polynomial transformations to nodal values at Lobatto-Chebyshev-Nodes. \author{Jens Zudrop}
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
integer | :: | iPower | ||||
real(kind=rk) | :: | res | ||||
real(kind=rk) | :: | newRes | ||||
type(tem_general_type) | :: | general |
do iPoly = 1, maxPolyDegree+1 write(,) 'Poly degree: ', iPoly, & & ' iFPT: ', legVal(iPoly), & & ' Ref.: ', legCoeffs(iPoly), & & ' error: ', legVal(iPoly)-legCoeffs(iPoly) end do
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | power | |||
real(kind=rk), | intent(out) | :: | res |