Skip to main content

LagrangeInDOF_Line

Returns the total number of degree of freedom for a lagrange polynomial on an edge of a Line.

These dof are strictly inside the line.

Interface

INTERFACE
MODULE PURE FUNCTION LagrangeInDOF_Line(order) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: order
INTEGER(I4B) :: ans
END FUNCTION LagrangeInDOF_Line
END INTERFACE