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

TypeIntentOptionalAttributesName
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 proc~ply_fpt_single ply_fpt_single proc~ply_pnttoleg_single->proc~ply_fpt_single proc~ply_calculate_coeff_strip ply_calculate_coeff_strip proc~ply_fpt_single->proc~ply_calculate_coeff_strip

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: cheb(fpt%legToChebParams%n)
real(kind=rk), private :: normFactor
integer, private :: iDof
integer, private :: n