Home
last modified time | relevance | path

Searched refs:bodyIndexMap (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c1480 …PetscHMapI edgeMap = NULL, bodyIndexMap = NULL, bodyVertexMap = NULL, bodyEdgeMap = NULL, bod… in DMPlexCreateGeom() local
1503 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()