Skip to main content

UnscaledLobattoMonomialExpansion

Returns all the monomial expansion of a UnscaledLobatto polynomials.

Interface

INTERFACE
MODULE PURE FUNCTION UnscaledLobattoMonomialExpansion(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: ans(1:n + 1)
END FUNCTION UnscaledLobattoMonomialExpansion
END INTERFACE
  • n : is the order of the polynomial
  • ans(:) contains the coefficient of monomials for polynomial order=n