Searched refs:BIfound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1513 PetscBool BIfound, BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1515 PetscCall(PetscHMapIFind(bodyIndexMap, b, &BIiter, &BIfound)); in DMPlexCreateGeom() 1521 if (!BIfound) PetscCall(PetscHMapISet(bodyIndexMap, b, numFaces + numEdges + numVertices)); in DMPlexCreateGeom()
|