ModLegendre_legendre_inv Function

private function ModLegendre_legendre_inv(this, input) result(output)

Computes inverse Legendre transformation. The Legendre polynomials (cpol) and the triangular shape definition (nsh2) needs to be initialized and passed to the function.

Arguments

Type IntentOptional AttributesName
class(ModLegendre_t), intent(in) :: this
real(kind=p), intent(in) :: input(2*mx,nx)

Input field

Return Value real(kind=p) (2*mx,il)

Output field


Contents

None