Skip to main content

tTimeComponents

This method returns the total time components in degree of freedom object.

Interface

INTERFACE
MODULE PURE FUNCTION ttimecomponents(obj) RESULT(ans)
CLASS(DOF_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION ttimecomponents
END INTERFACE