ply_fxt_m2n_2D Subroutine

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

Convert modal data to nodal data in 2D using flpt.

Arguments

Type IntentOptional Attributes Name
type(ply_fxt_type) :: fxt

Description of the Fast Legendre Polynomial Transform

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

Modal data

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

Nodal data

integer, intent(in) :: oversamp_degree

Calls

proc~~ply_fxt_m2n_2d~~CallsGraph proc~ply_fxt_m2n_2d ply_fxt_m2n_2D fxtf_flptld_m2n fxtf_flptld_m2n proc~ply_fxt_m2n_2d->fxtf_flptld_m2n