:orphan: # PetscQuadratureGetCellType Return the cell type of the integration domain ## Synopsis ``` #include "petscdt.h" PetscErrorCode PetscQuadratureGetCellType(PetscQuadrature q, DMPolytopeType *ct) ``` Not Collective ## Input Parameter - ***q -*** The `PetscQuadrature` object ## Output Parameter - ***ct -*** The cell type of the integration domain ## See Also `PetscQuadrature`, `PetscQuadratureSetCellType()`, `PetscQuadratureGetData()`, `PetscQuadratureSetData()` ## Level intermediate ## Location src/dm/dt/interface/dt.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)