DMPlexInflateToGeomModel#

Snaps the vertex coordinates of a DMPLEX object representing the mesh to its geometry if some vertices depart from the model. This usually happens with non-conforming refinement.

Synopsis#

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

Collective on dm

Input Parameter#

  • dm - The uninflated DM object representing the mesh

Output Parameter#

  • dm - The inflated DM object representing the mesh

See Also#

DMPlex: Unstructured Grids in PETSc, DM, DMPLEX, DMCreate(), DMPlexCreateEGADS()

Level#

intermediate

Location#

src/dm/impls/plex/plexegads.c


Edit on GitLab

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