:orphan:
# DMPlexUninterpolate
Take in a mesh with all intermediate faces, edges, etc. and return a cell-vertex mesh 
## Synopsis
```
#include "petscdmplex.h"   
PetscErrorCode DMPlexUninterpolate(DM dm, DM *dmUnint)
```
Collective


## Input Parameter

- ***dm -*** The complete `DMPLEX` object



## Output Parameter

- ***dmUnint -*** The `DMPLEX` object with only cells and vertices





## Note
It does not copy over the coordinates.


## Developer Note
Sets plex->interpolated = `DMPLEX_INTERPOLATED_NONE`.


## See Also
 `DMPLEX`, `DMPlexInterpolate()`, `DMPlexCreateFromCellListPetsc()`, `DMPlexCopyCoordinates()`

## Level
intermediate

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


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexinterpolate.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)  
