Home
last modified time | relevance | path

Searched refs:quadPerm (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscdsimpl.h102 …IS *quadPerm[DM_NUM_POLYTOPES]; /* qP[ct][o]: q point permutation for orientation o of integ… member
/petsc/src/dm/dt/interface/
H A Ddtds.c656 if ((*ds)->quadPerm[c]) in PetscDSDestroy()
657 for (PetscInt o = 0; o < Na; ++o) PetscCall(ISDestroy(&(*ds)->quadPerm[c][o])); in PetscDSDestroy()
658 PetscCall(PetscFree((*ds)->quadPerm[c])); in PetscDSDestroy()
659 (*ds)->quadPerm[c] = NULL; in PetscDSDestroy()
698 PetscCall(PetscArrayzero(p->quadPerm, DM_NUM_POLYTOPES)); in PetscDSCreate()
3998 …if (!ds->quadPerm[(PetscInt)ct]) PetscCall(PetscQuadratureComputePermutations(quad, NULL, &ds->qua… in PetscDSPermuteQuadPoint()
3999 permIS = ds->quadPerm[(PetscInt)ct][ornt + Na]; in PetscDSPermuteQuadPoint()