:orphan:
# DMPlexGetDataFVM
Retrieve precomputed cell geometry
## Synopsis
```
#include "petscdmplex.h"
#include "petscfe.h"
PetscErrorCode DMPlexGetDataFVM(DM dm, PetscFV fv, Vec *cellgeom, Vec *facegeom, DM *gradDM)
```
Collective
## Input Parameters
- ***dm -*** The `DM`
- ***fv -*** The `PetscFV`
## Output Parameters
- ***cellGeometry -*** The cell geometry
- ***faceGeometry -*** The face geometry
- ***gradDM -*** The gradient matrices
## See Also
`DMPLEX`, `DMPlexComputeGeometryFVM()`
## Level
developer
## Location
src/dm/impls/plex/plexgeometry.c
## Examples
src/ts/tutorials/ex11.c
src/ts/tutorials/ex52.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexgeometry.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)