Lines Matching refs:qn
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()
1380 if ((val == 1) || (val == (shift + 1))) ++qn; in DMPlexConstructCohesiveCells_Internal()
1384 PetscCall(DMPlexSetSupportSize(sdm, newp, qn + 1)); in DMPlexConstructCohesiveCells_Internal()
1395 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1400 if ((val == dim - 1) || (val == (shift + dim - 1))) ++qn; in DMPlexConstructCohesiveCells_Internal()
1404 PetscCall(DMPlexSetSupportSize(sdm, newp, qn + 1)); in DMPlexConstructCohesiveCells_Internal()
1480 PetscInt coneSize, supportSize, q, qf, qn, qp, v, e, s; in DMPlexConstructCohesiveCells_Internal() local
1609 for (e = 0, qn = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1613 …if ((val == 1) || (val == (shift + 1))) supportNew[qn++] = DMPlexShiftPoint_Internal(support[e], d… in DMPlexConstructCohesiveCells_Internal()
1615 supportNew[qn] = hybedge; in DMPlexConstructCohesiveCells_Internal()