Skip to main content

IsEmpty

Inheritence

This method is inherited from the AbstractMesh class.

IsEmpty

This method checks it the mesh is empty or not.

Interface

FUNCTION IsEmpty(obj) RESULT(ans)
CLASS(AbstractMesh_), INTENT(IN) :: obj
LOGICAL(LGT) :: ans
END FUNCTION IsEmpty