ply_pntToLeg_single Subroutine

private subroutine ply_pntToLeg_single(fpt, pntVal, legCoeffs, nIndeps)

Subroutine to transform point values at Chebyshev nodes to a Legendre expansion.

Arguments

Type IntentOptional Attributes Name
class(ply_legFpt_type), intent(inout) :: fpt
real(kind=rk), intent(inout) :: pntVal(:)
real(kind=rk), intent(inout) :: legCoeffs(:)
integer, intent(in) :: nIndeps

Calls

proc~~ply_pnttoleg_single~~CallsGraph proc~ply_pnttoleg_single ply_pntToLeg_single fftw_execute_r2r fftw_execute_r2r proc~ply_pnttoleg_single->fftw_execute_r2r ply_fpt_single ply_fpt_single proc~ply_pnttoleg_single->ply_fpt_single