GetDOFNo
Get degree of freedom number.
Interface
INTERFACE
MODULE PURE FUNCTION GetDOFNo(obj) RESULT(ans)
CLASS(AbstractBC_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION GetDOFNo
END INTERFACE
This routine is inherited from AbstractBC_.