Lines Matching refs:qf
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()
1379 if (val == 1) ++qf; in DMPlexConstructCohesiveCells_Internal()
1389 PetscCall(DMPlexSetSupportSize(sdm, hybedge, qf)); in DMPlexConstructCohesiveCells_Internal()
1395 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1399 if (val == dim - 1) ++qf; in DMPlexConstructCohesiveCells_Internal()
1409 PetscCall(DMPlexSetSupportSize(sdm, hybface, qf)); in DMPlexConstructCohesiveCells_Internal()
1419 PetscInt coneSize, supportSize, qf, e, s; in DMPlexConstructCohesiveCells_Internal() local
1428 for (s = 0, qf = 0; s < supportSize; ++s, ++qf) { in DMPlexConstructCohesiveCells_Internal()
1430 if (e >= 0) ++qf; in DMPlexConstructCohesiveCells_Internal()
1432 PetscCall(DMPlexSetSupportSize(sdm, newp, qf + 2)); in DMPlexConstructCohesiveCells_Internal()
1435 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1440 if (val == 1) ++qf; in DMPlexConstructCohesiveCells_Internal()
1441 if (val == (shift2 + 1)) ++qf; in DMPlexConstructCohesiveCells_Internal()
1443 PetscCall(DMPlexSetSupportSize(sdm, hybedge, qf)); in DMPlexConstructCohesiveCells_Internal()
1449 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1451 if (val == dim - 1) qf += 2; in DMPlexConstructCohesiveCells_Internal()
1452 else ++qf; in DMPlexConstructCohesiveCells_Internal()
1455 PetscCall(DMPlexSetSupportSize(sdm, newp, qf + 2)); in DMPlexConstructCohesiveCells_Internal()
1457 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1459 if (val == dim - 1) ++qf; in DMPlexConstructCohesiveCells_Internal()
1462 PetscCall(DMPlexSetSupportSize(sdm, hybface, qf)); in DMPlexConstructCohesiveCells_Internal()
1480 PetscInt coneSize, supportSize, q, qf, qn, qp, v, e, s; in DMPlexConstructCohesiveCells_Internal() local
1636 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1643 supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1706 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1713 supportNew[qf++] = face + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1725 PetscInt coneSize, supportSize, supportSizeNew, q, qf, e, f, s; in DMPlexConstructCohesiveCells_Internal() local
1749 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1756 supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1760 … supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1768 for (f = 0, qf = 0; f < supportSize; ++f) { in DMPlexConstructCohesiveCells_Internal()
1775 …supportNew[qf++] = DMPlexShiftPoint_Internal(support[f], depth, depthShift) /*support[f] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1776 supportNew[qf++] = face + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1778 …supportNew[qf++] = DMPlexShiftPoint_Internal(support[f], depth, depthShift) /*support[f] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1781 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1782 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1784 …qf == supportSizeNew, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Support size for unsplit edge %" PetscInt_… in DMPlexConstructCohesiveCells_Internal()
1796 for (f = 0, qf = 0; f < supportSize; ++f) { in DMPlexConstructCohesiveCells_Internal()
1802 supportNew[qf++] = face + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1806 …qf == supportSizeNew, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Support size for hybrid face %" PetscInt_F… in DMPlexConstructCohesiveCells_Internal()