Convert modal data to nodal data in 1D 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.
| Type | Intent | Optional | 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 |