Deallocate
Deallocate data stored in the mesh object.
Interface
INTERFACE AbstractMeshDeallocate
MODULE SUBROUTINE Deallocate(obj)
CLASS(AbstractMesh_), INTENT(INOUT) :: obj
END SUBROUTINE Deallocate
END INTERFACE AbstractMeshDeallocate
Deallocate data stored in the mesh object.
INTERFACE AbstractMeshDeallocate
MODULE SUBROUTINE Deallocate(obj)
CLASS(AbstractMesh_), INTENT(INOUT) :: obj
END SUBROUTINE Deallocate
END INTERFACE AbstractMeshDeallocate