ply_convertFromOversample_3d Subroutine

private subroutine ply_convertFromOversample_3d(modalCoeffs, poly_proj, state)

Truncating an oversampled polynomial representation back to the original representation.

Note, that the oversampled array, which is given as an input here is is always a Q-Polynomial representation, while the target truncated state might also be a P-Polynomial.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: modalCoeffs(:,:)

Oversampled modal array for one element

type(ply_poly_project_type), intent(in) :: poly_proj

Data of the projection method

real(kind=rk), intent(out) :: state(:,:)

Truncated state for one element obtained from the modalCoeffs


Called by

proc~~ply_convertfromoversample_3d~~CalledByGraph proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample ply_convertFromOversample proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d

Contents