# PetscFVSetQuadrature
Set the `PetscQuadrature` object for a `PetscFV` 
## Synopsis
```
#include "petscfv.h" 
PetscErrorCode PetscFVSetQuadrature(PetscFV fvm, PetscQuadrature q)
```
Logically collective on fvm


## Input Parameters

- ***fvm -*** the `PetscFV` object
- ***q -*** The `PetscQuadrature`





## See Also
 `PetscQuadrature`, `PetscFV`, `PetscFVGetQuadrature()`

## Level
intermediate

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex18.c.html">src/ts/tutorials/ex18.c.html</A><BR>


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


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