Home
last modified time | relevance | path

Searched refs:bodyEdgeMap (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
1505 PetscCall(PetscHMapICreate(&bodyEdgeMap)); in DMPlexCreateGeom()
1517 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom()
1523 if (!BEfound) PetscCall(PetscHMapISet(bodyEdgeMap, b, numEdges)); in DMPlexCreateGeom()
1680 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom()
1682 PetscCall(PetscHMapIGet(bodyEdgeMap, b, &bodyEdgeIndexStart)); in DMPlexCreateGeom()
1938 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom()
1940 PetscCall(PetscHMapIGet(bodyEdgeMap, b, &bodyEdgeIndexStart)); in DMPlexCreateGeom()
2076 PetscCall(PetscHMapIDestroy(&bodyEdgeMap)); in DMPlexCreateGeom()