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