:orphan:
# 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


## Input Parameter

- ***dm -*** The uninflated `DM` object representing the mesh





## See Also
 [](ch_unstructured), `DM`, `DMPLEX`, `DMCreate()`, `DMPlexCreateEGADS()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexegads.c.html#DMPlexInflateToGeomModel">src/dm/impls/plex/plexegads.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexegads.c)


[Index of all DMPlex routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
