DMPlexCheckOrphanVertices#

Check that no vertices are disconnected from the mesh, unless the mesh only consists of disconnected vertices.

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexCheckOrphanVertices(DM dm)

Collective

Input Parameter#

Notes#

This is mainly intended for debugging/testing purposes.

Other cell types which are disconnected would be caught by the symmetry and face checks.

For the complete list of DMPlexCheck* functions, see DMSetFromOptions().

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexCheck(), DMSetFromOptions()

Level#

developer

Location#

src/dm/impls/plex/plex.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages