Lines Matching refs:qp
1336 PetscInt coneSize, supportSize, qf, qn, qp, e; in DMPlexConstructCohesiveCells_Internal() local
1375 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1381 if ((val == 1) || (val == -(shift + 1))) ++qp; in DMPlexConstructCohesiveCells_Internal()
1386 PetscCall(DMPlexSetSupportSize(sdm, splitp, qp + 1)); in DMPlexConstructCohesiveCells_Internal()
1395 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1401 if ((val == dim - 1) || (val == -(shift + dim - 1))) ++qp; in DMPlexConstructCohesiveCells_Internal()
1406 PetscCall(DMPlexSetSupportSize(sdm, splitp, qp + 1)); in DMPlexConstructCohesiveCells_Internal()
1480 PetscInt coneSize, supportSize, q, qf, qn, qp, v, e, s; in DMPlexConstructCohesiveCells_Internal() local
1618 for (e = 0, qp = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1625 supportNew[qp++] = edge + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1627 …supportNew[qp++] = DMPlexShiftPoint_Internal(support[e], depth, depthShift) /*support[e] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1630 supportNew[qp] = hybedge; in DMPlexConstructCohesiveCells_Internal()