IsHexahedron
Returns true if element is a Hexahedron element
MODULE PURE FUNCTION isHexahedron(ElemType) RESULT(Ans)
LOGICAL(LGT) :: Ans
INTEGER(I4B), INTENT(IN) :: ElemType
END FUNCTION isHexahedron
Returns true if element is a Hexahedron element
MODULE PURE FUNCTION isHexahedron(ElemType) RESULT(Ans)
LOGICAL(LGT) :: Ans
INTEGER(I4B), INTENT(IN) :: ElemType
END FUNCTION isHexahedron