fxtf_flptld_m2n Subroutine

public subroutine fxtf_flptld_m2n(flpt, modal_data, nodal_data)

Convert modal data to nodal data using flpt.

This encapsualtes the pure C-Interface, with extraction of the array sizes and dealing with the flpt data.

Note: The modal and nodal data array sizes need to match the flpt definitions, provided in the fxtf_flptld_init call.

Arguments

Type IntentOptional Attributes Name
type(fxtf_flptld_type), intent(in) :: flpt

Description of the Fast Legendre Polynomial Transform

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

Modal data

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

Nodal data


Calls

proc~~fxtf_flptld_m2n~~CallsGraph proc~fxtf_flptld_m2n fxtf_flptld_m2n interface~fxtf_flptld_evl fxtf_flptld_evl proc~fxtf_flptld_m2n->interface~fxtf_flptld_evl

Called by

proc~~fxtf_flptld_m2n~~CalledByGraph proc~fxtf_flptld_m2n fxtf_flptld_m2n proc~ply_fxt_m2n_3d ply_fxt_m2n_3D proc~ply_fxt_m2n_3d->proc~fxtf_flptld_m2n proc~check_fxt_1d check_fxt_1d proc~check_fxt_1d->proc~fxtf_flptld_m2n proc~ply_fxt_m2n_1d ply_fxt_m2n_1D proc~ply_fxt_m2n_1d->proc~fxtf_flptld_m2n proc~ply_fxt_m2n_2d ply_fxt_m2n_2D proc~ply_fxt_m2n_2d->proc~fxtf_flptld_m2n proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_3d proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_1d proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_2d program~test_fxtd_n2m2n test_fxtd_n2m2n program~test_fxtd_n2m2n->proc~check_fxt_1d interface~ply_poly_project_m2n ply_poly_project_m2n interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar

Contents