tTimeComponents
This method returns the total time components in degree of freedom object.
Interface
INTERFACE
MODULE PURE FUNCTION dof_ttimecomponents(obj) RESULT(ans)
CLASS(DOF_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION dof_ttimecomponents
END INTERFACE