:orphan:
# DMPlexRestoreMeet
Restore an array for the meet of the set of points 
## Synopsis
```
#include "petscdmplex.h"   
PetscErrorCode DMPlexRestoreMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt **coveredPoints)
```
Not Collective


## Input Parameters

- ***dm -*** The `DMPLEX` object
- ***numPoints -*** The number of input points for the meet
- ***points -*** The input points



## Output Parameters

- ***numCoveredPoints -*** The number of points in the meet
- ***coveredPoints -*** The points in the meet





## Fortran Note
The `numCoveredPoints` argument is not present in the Fortran binding since it is internal to the array.


## See Also
 [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexGetMeet()`, `DMPlexGetFullMeet()`, `DMPlexGetJoin()`

## Level
intermediate

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


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