# DMPlexGetCeedRestriction
Define the libCEED map from the local vector (Lvector) to the cells (Evector) 
## Synopsis
```
#include "petscdmplex.h"          
PetscErrorCode DMPlexGetCeedRestriction(DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, CeedElemRestriction *ERestrict)
```

## Input Parameters

- ***dm -*** The `DMPLEX` object
- ***domain_label -*** label for `DMPLEX` domain, or NULL for the whole domain
- ***label_value -*** Stratum value
- ***height -*** Height of target cells in `DMPLEX` topology
- ***dm_field -*** Index of `DMPLEX` field



## Output Parameter

- ***ERestrict -*** libCEED restriction from local vector to to the cells





## See Also
 [](chapter_unstructured), `DM`, `DMPLEX`, `DMLabel`, `DMPlexGetLocalOffsets()`

## Level
developer

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


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