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 fxtf_flptld_n2m fxtf_flptld_n2m proc~ply_fxt_n2m_2d->fxtf_flptld_n2m