ply_fxt_n2m_2D Subroutine

public subroutine ply_fxt_n2m_2D(fxt, nodal_data, modal_data, oversamp_degree)

Arguments

Type IntentOptional Attributes Name
type(ply_fxt_type) :: fxt

Description of the Fast Legendre Polynomial Transform

real(kind=rk), target :: nodal_data(:)

Nodal data

real(kind=rk), target :: modal_data(:)

Modal data

integer, intent(in) :: oversamp_degree

Calls

proc~~ply_fxt_n2m_2d~~CallsGraph proc~ply_fxt_n2m_2d ply_fxt_n2m_2D proc~fxtf_flptld_n2m fxtf_flptld_n2m proc~ply_fxt_n2m_2d->proc~fxtf_flptld_n2m interface~fxtf_flptld_exp fxtf_flptld_exp proc~fxtf_flptld_n2m->interface~fxtf_flptld_exp

Called by

proc~~ply_fxt_n2m_2d~~CalledByGraph proc~ply_fxt_n2m_2d ply_fxt_n2m_2D proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_2d interface~ply_poly_project_n2m ply_poly_project_n2m interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar

Contents