Searched refs:bodyFaceMap (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1480 …= NULL, bodyIndexMap = NULL, bodyVertexMap = NULL, bodyEdgeMap = NULL, bodyFaceMap = NULL, bodyEdg… in DMPlexCreateGeom() local 1507 PetscCall(PetscHMapICreate(&bodyFaceMap)); in DMPlexCreateGeom() 1519 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom() 1525 if (!BFfound) PetscCall(PetscHMapISet(bodyFaceMap, b, numFaces)); in DMPlexCreateGeom() 1738 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom() 1740 PetscCall(PetscHMapIGet(bodyFaceMap, b, &bodyFaceIndexStart)); in DMPlexCreateGeom() 1942 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom() 1944 PetscCall(PetscHMapIGet(bodyFaceMap, b, &bodyFaceIndexStart)); in DMPlexCreateGeom() 2078 PetscCall(PetscHMapIDestroy(&bodyFaceMap)); in DMPlexCreateGeom()
|