Lines Matching refs:edgeMap

880   PetscHMapI  edgeMap = NULL;  in DMPlexCreateGeom_Internal()  local
906 PetscCall(PetscHMapICreate(&edgeMap)); in DMPlexCreateGeom_Internal()
948 PetscCall(PetscHMapIFind(edgeMap, id - 1, &iter, &found)); in DMPlexCreateGeom_Internal()
949 if (!found) PetscCall(PetscHMapISet(edgeMap, id - 1, numEdges++)); in DMPlexCreateGeom_Internal()
989 PetscCall(PetscHMapIGetSize(edgeMap, &numEdges)); in DMPlexCreateGeom_Internal()
1032 PetscCall(PetscHMapIClear(edgeMap)); in DMPlexCreateGeom_Internal()
1079 PetscCall(PetscHMapIFind(edgeMap, eid - 1, &iter, &found)); in DMPlexCreateGeom_Internal()
1085 PetscCall(PetscHMapISet(edgeMap, eid - 1, numEdges++)); in DMPlexCreateGeom_Internal()
1198 PetscCall(PetscHMapIGet(edgeMap, eid - 1, &edgeNum)); in DMPlexCreateGeom_Internal()
1409 PetscCall(PetscHMapIGet(edgeMap, eid - 1, &edgeNum)); in DMPlexCreateGeom_Internal()
1451 PetscCall(PetscHMapIDestroy(&edgeMap)); in DMPlexCreateGeom_Internal()
1480 …PetscHMapI edgeMap = NULL, bodyIndexMap = NULL, bodyVertexMap = NULL, bodyEdgeMap = NULL, bod… in DMPlexCreateGeom() local
1502 PetscCall(PetscHMapICreate(&edgeMap)); in DMPlexCreateGeom()
1563 PetscCall(PetscHMapIFind(edgeMap, edgeCntr + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom()
1565 if (!EMfound) PetscCall(PetscHMapISet(edgeMap, edgeCntr + eid - 1, -1)); in DMPlexCreateGeom()
1568 if (!EMfound) PetscCall(PetscHMapISet(edgeMap, edgeCntr + eid - 1, Netemp)); in DMPlexCreateGeom()
1707 PetscCall(PetscHMapIFind(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom()
1709 PetscCall(PetscHMapIGet(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &eOffset)); in DMPlexCreateGeom()
1828 … PetscCall(PetscHMapIFind(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom()
1830 PetscCall(PetscHMapIGet(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &eOffset)); in DMPlexCreateGeom()
2006 PetscCall(PetscHMapIFind(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom()
2008 PetscCall(PetscHMapIGet(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &eOffset)); in DMPlexCreateGeom()
2073 PetscCall(PetscHMapIDestroy(&edgeMap)); in DMPlexCreateGeom()