Skip to main content

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