:orphan: # PetscQuadratureView View a `PetscQuadrature` object ## Synopsis ``` #include "petscdt.h" PetscErrorCode PetscQuadratureView(PetscQuadrature quad, PetscViewer viewer) ``` Collective ## Input Parameters - ***quad -*** The `PetscQuadrature` object - ***viewer -*** The `PetscViewer` object ## See Also `PetscQuadrature`, `PetscViewer`, `PetscQuadratureCreate()`, `PetscQuadratureGetData()` ## Level beginner ## Location src/dm/dt/interface/dt.c ## Examples src/dm/field/tutorials/ex1.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dt.c) [Index of all DT routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)