ply_convertFromOversample_1d Subroutine

private subroutine ply_convertFromOversample_1d(modalCoeffs, poly_proj, state, nScalars)

Truncating an oversampled 1D polynomial representation back to the original representation.

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

integer, intent(in), optional :: nScalars

The number of scalar variables to convert. If nScalars is not passed to this subroutine, all variables of argument state will be considered by this routine.


Called by

proc~~ply_convertfromoversample_1d~~CalledByGraph proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample ply_convertFromOversample proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d

Contents