:orphan:
# PetscFVGetCeedBasis
Get the `Ceed` object mirroring this `PetscFV` 
## Synopsis
```
#include "petscfv.h" 
PetscErrorCode PetscFVGetCeedBasis(PetscFV fv, CeedBasis *basis)
```
Not Collective


## Input Parameter

- ***fv -*** The `PetscFV`



## Output Parameter

- ***basis -*** The `CeedBasis`





## Note
This is a borrowed reference, so it is not freed.


## See Also
 `PetscFV`, `PetscFVSetCeed()`, `DMGetCeed()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/fv/interface/fvceed.c.html#PetscFVGetCeedBasis">src/dm/dt/fv/interface/fvceed.c</A>


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


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