Lines Matching refs:supportSize

52 …PetscInt           depth, pStart, pEnd, fStart, fEnd, f, supportSize, nroots = -1, nleaves = -1, d…  in DMPlexMarkBoundaryFaces_Internal()  local
91 PetscCall(DMPlexGetSupportSize(dm, f, &supportSize)); in DMPlexMarkBoundaryFaces_Internal()
92 if (supportSize == 1) { in DMPlexMarkBoundaryFaces_Internal()
129 PetscCall(DMPlexGetSupportSize(dm, f, &supportSize)); in DMPlexMarkBoundaryFaces_Internal()
130 leafData[f] = supportSize; in DMPlexMarkBoundaryFaces_Internal()
1136 PetscInt supportSize, s, nval; in DivideCells_Private() local
1139 PetscCall(DMPlexGetSupportSize(dm, clp, &supportSize)); in DivideCells_Private()
1140 for (s = 0; s < supportSize; ++s) { in DivideCells_Private()
1166 PetscInt supportSize, s; in divideCell() local
1170 PetscCall(DMPlexGetSupportSize(div->dm, p, &supportSize)); in divideCell()
1171 for (s = 0; s < supportSize; ++s) { in divideCell()
1336 PetscInt coneSize, supportSize, qf, qn, qp, e; in DMPlexConstructCohesiveCells_Internal() local
1340 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1341 PetscCall(DMPlexSetSupportSize(sdm, splitp, supportSize)); in DMPlexConstructCohesiveCells_Internal()
1362 if (supportSize == 1) { in DMPlexConstructCohesiveCells_Internal()
1375 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1395 for (e = 0, qn = 0, qp = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1419 PetscInt coneSize, supportSize, qf, e, s; in DMPlexConstructCohesiveCells_Internal() local
1422 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1428 for (s = 0, qf = 0; s < supportSize; ++s, ++qf) { in DMPlexConstructCohesiveCells_Internal()
1435 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1449 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1457 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1480 PetscInt coneSize, supportSize, q, qf, qn, qp, v, e, s; in DMPlexConstructCohesiveCells_Internal() local
1486 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1530 if (supportSize > 1) PetscCall(DMLabelGetValue(label, support[1], &vals[1])); in DMPlexConstructCohesiveCells_Internal()
1535 if (s >= supportSize) { in DMPlexConstructCohesiveCells_Internal()
1559 if (supportSize > 1) { in DMPlexConstructCohesiveCells_Internal()
1609 for (e = 0, qn = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1618 for (e = 0, qp = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1636 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1664 for (e = 0, q = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1677 for (e = 0, q = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1706 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1725 PetscInt coneSize, supportSize, supportSizeNew, q, qf, e, f, s; in DMPlexConstructCohesiveCells_Internal() local
1729 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1736 for (s = 0, q = 0; s < supportSize; ++s) { in DMPlexConstructCohesiveCells_Internal()
1749 for (e = 0, qf = 0; e < supportSize; ++e) { in DMPlexConstructCohesiveCells_Internal()
1768 for (f = 0, qf = 0; f < supportSize; ++f) { in DMPlexConstructCohesiveCells_Internal()
1796 for (f = 0, qf = 0; f < supportSize; ++f) { in DMPlexConstructCohesiveCells_Internal()
2039 PetscInt supportSize, valA, valB; in CheckFaultEdge_Private() local
2041 PetscCall(DMPlexGetSupportSize(dm, point, &supportSize)); in CheckFaultEdge_Private()
2042 if (supportSize != 2) continue; in CheckFaultEdge_Private()
2176 PetscInt supportSize, s; in DMPlexLabelCohesiveComplete() local
2178 PetscCall(DMPlexGetSupportSize(dm, points[p], &supportSize)); in DMPlexLabelCohesiveComplete()
2180 if (supportSize != 2) { in DMPlexLabelCohesiveComplete()
2188 …Int_FMT " != 2 supports, and the face is not shared with another process", points[p], supportSize); in DMPlexLabelCohesiveComplete()
2192 for (s = 0; s < supportSize; ++s) { in DMPlexLabelCohesiveComplete()
2258 PetscInt coneSize, supportSize, s, valA, valB, valE; in DMPlexLabelCohesiveComplete() local
2269 PetscCall(DMPlexGetSupportSize(dm, point, &supportSize)); in DMPlexLabelCohesiveComplete()
2270 for (s = 0; s < supportSize; ++s) { in DMPlexLabelCohesiveComplete()
2597 PetscInt supportSize, s; in DMPlexMarkSubmesh_Interpolated() local
2609 PetscCall(DMPlexGetSupportSize(dm, face, &supportSize)); in DMPlexMarkSubmesh_Interpolated()
2612 … for (s = 0; s < supportSize; ++s) PetscCall(DMLabelSetValue(subpointMap, support[s], dim)); in DMPlexMarkSubmesh_Interpolated()
2721 PetscInt supportSize, s; in DMPlexMarkCohesiveSubmesh_Interpolated() local
2723 PetscCall(DMPlexGetSupportSize(dm, cone[cl], &supportSize)); in DMPlexMarkCohesiveSubmesh_Interpolated()
2726 for (s = 0; s < supportSize; ++s) PetscCall(DMLabelSetValue(subpointMap, support[s], dim)); in DMPlexMarkCohesiveSubmesh_Interpolated()
3516 PetscInt supportSize, coneSize, s, subc; in DMPlexCreateSubmeshGeneric_Interpolated() local
3519 PetscCall(DMPlexGetSupportSize(dm, point, &supportSize)); in DMPlexCreateSubmeshGeneric_Interpolated()
3520 for (s = 0; s < supportSize; ++s) { in DMPlexCreateSubmeshGeneric_Interpolated()