ply_legToPnt_lobatto_single Subroutine

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

Subroutine to transform Legendre expansion to point values at Chebyshev-Lobatto nodes.

Arguments

Type IntentOptional 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

Calls

proc~~ply_legtopnt_lobatto_single~~CallsGraph proc~ply_legtopnt_lobatto_single ply_legToPnt_lobatto_single fftw_execute_r2r fftw_execute_r2r proc~ply_legtopnt_lobatto_single->fftw_execute_r2r ply_fpt_single ply_fpt_single proc~ply_legtopnt_lobatto_single->ply_fpt_single