Skip to main content

LobattoStiffnessMatrix

Evaluates the Stiffness matrix for Lobatto polynomial.

Interface

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