ply_legToPnt_vec Subroutine

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

Vectorizing subroutine to transform Legendre expansion to point values at Chebyshev nodes.

Arguments

TypeIntentOptionalAttributesName
class(ply_legFpt_type), intent(inout) :: fpt
real(kind=rk), intent(inout) :: legCoeffs(:)
real(kind=rk), intent(inout) :: pntVal(:)
integer, intent(in) :: nIndeps

Calls

proc~~ply_legtopnt_vec~~CallsGraph proc~ply_legtopnt_vec ply_legToPnt_vec fftw_execute_r2r fftw_execute_r2r proc~ply_legtopnt_vec->fftw_execute_r2r proc~ply_fpt_exec_striped ply_fpt_exec_striped proc~ply_legtopnt_vec->proc~ply_fpt_exec_striped proc~ply_calculate_coeff_strip ply_calculate_coeff_strip proc~ply_fpt_exec_striped->proc~ply_calculate_coeff_strip

Contents


Variables

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