# DMPlexInterpolate
Take in a cell-vertex mesh and return one with all intermediate faces, edges, etc. 
## Synopsis
```
#include "petscdmplex.h"   
PetscErrorCode DMPlexInterpolate(DM dm, DM *dmInt)
```
Collective on dm


## Input Parameters

- ***dm -*** The DMPlex object with only cells and vertices
- ***dmInt -*** The interpolated DM



## Output Parameter

- ***dmInt -*** The complete DMPlex object





## Notes
Labels and coordinates are copied.


## Developer Notes
It sets plex->interpolated = DMPLEX_INTERPOLATED_FULL.


## See Also
 `DMPlexUninterpolate()`, `DMPlexCreateFromCellListPetsc()`, `DMPlexCopyCoordinates()`

## Level
intermediate

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/tutorials/ex3f90.F90.html">src/dm/impls/plex/tutorials/ex3f90.F90.html</A><BR>


---
[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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
