Lines Matching refs:pct
1462 …DMPolytopeType pct = ct; /* Parent type: Cell type for parent o… in DMPlexTransformGetCone_Internal() local
1472 const PetscInt *parr = DMPolytopeTypeGetArrangement(pct, po); in DMPlexTransformGetCone_Internal()
1480 PetscCall(DMPlexGetCellType(dm, pp, &pct)); in DMPlexTransformGetCone_Internal()
1485 po = DMPolytopeTypeComposeOrientation(pct, ppornt[pcp], pco); in DMPlexTransformGetCone_Internal()
1491 PetscCall(DMPlexTransformGetSubcellOrientation(tr, pct, pp, fn ? po : o, ft, pr, fo, &pr, &fo)); in DMPlexTransformGetCone_Internal()
1492 PetscCall(DMPlexTransformGetTargetPoint(tr, pct, ft, pp, pr, &coneNew[c])); in DMPlexTransformGetCone_Internal()
1807 …nsformMapCoordinatesBarycenter_Internal(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType ct,… in DMPlexTransformMapCoordinatesBarycenter_Internal() argument
1842 PetscErrorCode DMPlexTransformMapCoordinates(DMPlexTransform tr, DMPolytopeType pct, DMPolytopeType… in DMPlexTransformMapCoordinates() argument
1845 if (Nv) PetscUseTypeMethod(tr, mapcoordinates, pct, ct, p, r, Nv, dE, in, out); in DMPlexTransformMapCoordinates()
1868 …int_Private(DMPlexTransform tr, DMLabel label, PetscInt pp, DMPolytopeType pct, PetscInt p, DMPoly… in DMPlexTransformLabelProducedPoint_Private() argument
1871 if (tr->labelMatchStrata && pct != ct) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexTransformLabelProducedPoint_Private()