: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 src/dm/dt/fv/interface/fvceed.c --- [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)