ply_legToPnt_3D_singvar Subroutine

private subroutine ply_legToPnt_3D_singvar(fpt, legCoeffs, pntVal)

Arguments

TypeIntentOptionalAttributesName
type(ply_legFpt_type), intent(inout) :: fpt

The FPT parameters.

real(kind=rk), intent(inout) :: legCoeffs(:)

The Legendre coefficients to convert to point values (Chebyshev nodes). \attention Although this array serves as input only, it is modified inside of this routine by the underlying FPT algorithm. So, when this routine returns from its call the original values of pntVal will be modified.

real(kind=rk), intent(inout) :: pntVal(:)

Called by

proc~~ply_legtopnt_3d_singvar~~CalledByGraph proc~ply_legtopnt_3d_singvar ply_legToPnt_3D_singvar interface~ply_legtopnt_3d ply_LegTopnt_3D interface~ply_legtopnt_3d->proc~ply_legtopnt_3d_singvar proc~ply_legtopnt_3d_multvar ply_legToPnt_3D_multVar interface~ply_legtopnt_3d->proc~ply_legtopnt_3d_multvar proc~ply_legtopnt_3d_multvar->interface~ply_legtopnt_3d proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar proc~ply_poly_project_m2n_multivar->interface~ply_legtopnt_3d interface~ply_poly_project_m2n ply_poly_project_m2n interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: n
integer, private :: n_squared
integer, private :: n_cubed
integer, private :: nIndeps
integer, private :: iAlph
real(kind=rk), private, allocatable:: alph(:)