:orphan:
# DMGetCeed
Get the LibCEED context associated with this `DM` 
## Synopsis
```
#include "petscdm.h"          
PetscErrorCode DMGetCeed(DM dm, Ceed *ceed)
```
Not Collective


## Input Parameter

- ***DM   -*** The `DM`



## Output Parameter

- ***ceed -*** The LibCEED context





## See Also
 `DM`, `DMCreate()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/interface/dmceed.c.html#DMGetCeed">src/dm/interface/dmceed.c</A>


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


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