:orphan: # PetscQuadratureComputePermutations Compute permutations of quadrature points corresponding to domain orientations ## Synopsis ``` #include "petscdt.h" PetscErrorCode PetscQuadratureComputePermutations(PetscQuadrature quad, PetscInt *Np, IS *perm[]) ``` ## Input Parameter - ***quad -*** The `PetscQuadrature` ## Output Parameters - ***Np -*** The number of domain orientations - ***perm -*** An array of `IS` permutations, one for ech orientation, ## See Also `PetscQuadratureSetCellType()`, `PetscQuadrature` ## Level developer ## 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)