Lines Matching refs:numEdges

882 …= -1, numCorners = 0, maxCorners = 0, numVertices = 0, newVertices = 0, numEdges = 0, numCells = 0…  in DMPlexCreateGeom_Internal()  local
907 numEdges = 0; in DMPlexCreateGeom_Internal()
949 if (!found) PetscCall(PetscHMapISet(edgeMap, id - 1, numEdges++)); in DMPlexCreateGeom_Internal()
989 PetscCall(PetscHMapIGetSize(edgeMap, &numEdges)); in DMPlexCreateGeom_Internal()
990 newVertices = numEdges + numQuads; in DMPlexCreateGeom_Internal()
1033 fOff = numVertices - newVertices + numEdges; in DMPlexCreateGeom_Internal()
1034 numEdges = 0; in DMPlexCreateGeom_Internal()
1081 PetscInt v = numVertices - newVertices + numEdges; in DMPlexCreateGeom_Internal()
1085 PetscCall(PetscHMapISet(edgeMap, eid - 1, numEdges++)); in DMPlexCreateGeom_Internal()
1142 …PetscCheck(numEdges + numQuads == newVertices, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of new ver… in DMPlexCreateGeom_Internal()
1227 if (Ner == 4) cone[nc++] = numVertices - newVertices + numEdges + numQuads++; in DMPlexCreateGeom_Internal()
1384 PetscInt points[3], support[2], numEdges, edgeNum; in DMPlexCreateGeom_Internal() local
1415 PetscCall(DMPlexGetJoin(dm, 2, support, &numEdges, &edges)); in DMPlexCreateGeom_Internal()
1416 …eck(numEdges == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Vertices (%d, %d) should only bound… in DMPlexCreateGeom_Internal()
1418 PetscCall(DMPlexRestoreJoin(dm, 2, support, &numEdges, &edges)); in DMPlexCreateGeom_Internal()
1421 PetscCall(DMPlexGetJoin(dm, 2, support, &numEdges, &edges)); in DMPlexCreateGeom_Internal()
1422 …eck(numEdges == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Vertices (%d, %d) should only bound… in DMPlexCreateGeom_Internal()
1424 PetscCall(DMPlexRestoreJoin(dm, 2, support, &numEdges, &edges)); in DMPlexCreateGeom_Internal()
1481 …PetscInt dim = -1, cdim = -1, numCorners = 0, numVertices = 0, numEdges = 0, numFaces = 0, … in DMPlexCreateGeom() local
1521 if (!BIfound) PetscCall(PetscHMapISet(bodyIndexMap, b, numFaces + numEdges + numVertices)); in DMPlexCreateGeom()
1523 if (!BEfound) PetscCall(PetscHMapISet(bodyEdgeMap, b, numEdges)); in DMPlexCreateGeom()
1618 numEdges += Netemp; in DMPlexCreateGeom()
1627 numPoints = numVertices + numEdges + numFaces; // total number of coordinate points in DMPlexCreateGeom()
1764 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 0] = cntrPnt[0]; in DMPlexCreateGeom()
1765 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 1] = cntrPnt[1]; in DMPlexCreateGeom()
1766 coords[(numVertices + numEdges + bodyFaceIndexStart + id - 1) * cdim + 2] = cntrPnt[2]; in DMPlexCreateGeom()
1790 midFaceID = numVertices + numEdges + bodyFaceIndexStart + fID - 1; in DMPlexCreateGeom()
2063 …PetscCall(DMLabelSetValue(bodyLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
2064 …PetscCall(DMLabelSetValue(faceLabel, nStart + numVertices + numEdges + bodyFaceIndexStart + fID - … in DMPlexCreateGeom()
5486 …omModelFaceEdges(DM dm, PetscGeom body, PetscGeom face, PetscGeom **edges, PetscInt *numEdges) PeNS in DMPlexGetGeomModelFaceEdges() argument
5501 PetscCall(EGlite_getBodyTopos(body, face, EDGE, numEdges, edges)); in DMPlexGetGeomModelFaceEdges()
5503 PetscCall(EG_getBodyTopos(body, face, EDGE, numEdges, edges)); in DMPlexGetGeomModelFaceEdges()
5526 …Code DMPlexGetGeomModelBodyEdges(DM dm, PetscGeom body, PetscGeom **edges, PetscInt *numEdges) PeNS in DMPlexGetGeomModelBodyEdges() argument
5541 PetscCall(EGlite_getBodyTopos(body, NULL, EDGE, numEdges, edges)); in DMPlexGetGeomModelBodyEdges()
5543 PetscCall(EG_getBodyTopos(body, NULL, EDGE, numEdges, edges)); in DMPlexGetGeomModelBodyEdges()