Searched refs:bodyIndexMap (Results 1 – 1 of 1) sorted by relevance
1480 …PetscHMapI edgeMap = NULL, bodyIndexMap = NULL, bodyVertexMap = NULL, bodyEdgeMap = NULL, bod… in DMPlexCreateGeom() local1503 PetscCall(PetscHMapICreate(&bodyIndexMap)); in DMPlexCreateGeom()1515 PetscCall(PetscHMapIFind(bodyIndexMap, b, &BIiter, &BIfound)); in DMPlexCreateGeom()1521 if (!BIfound) PetscCall(PetscHMapISet(bodyIndexMap, b, numFaces + numEdges + numVertices)); in DMPlexCreateGeom()2074 PetscCall(PetscHMapIDestroy(&bodyIndexMap)); in DMPlexCreateGeom()