Convert modal data to nodal data in 2D using flpt.
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 |
|
integer, | intent(in) | :: | oversamp_degree |