Skip to main content

UnscaledLobattoStiffnessMatrix

Evaluates the Stiffness matrix for UnscaledLobatto polynomial.

Interface

INTERFACE
MODULE PURE FUNCTION UnscaledLobattoStiffnessMatrix(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: ans(n + 1, n + 1)
END FUNCTION UnscaledLobattoStiffnessMatrix
END INTERFACE