Searched refs:edgeNum (Results 1 – 1 of 1) sorted by relevance
1196 PetscInt edgeNum; in DMPlexCreateGeom_Internal() local1198 PetscCall(PetscHMapIGet(edgeMap, eid - 1, &edgeNum)); in DMPlexCreateGeom_Internal()1199 points[1] = numVertices - newVertices + edgeNum; in DMPlexCreateGeom_Internal()1384 PetscInt points[3], support[2], numEdges, edgeNum; in DMPlexCreateGeom_Internal() local1409 PetscCall(PetscHMapIGet(edgeMap, eid - 1, &edgeNum)); in DMPlexCreateGeom_Internal()1410 points[1] = numCells + numVertices - newVertices + edgeNum; in DMPlexCreateGeom_Internal()