Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c1513 PetscBool BIfound, BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local
1519 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom()
1525 if (!BFfound) PetscCall(PetscHMapISet(bodyFaceMap, b, numFaces)); in DMPlexCreateGeom()
1637 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local
1738 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom()
1739 PetscCheck(BFfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %d not found in bodyFaceMap", b); in DMPlexCreateGeom()
1932 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local
1942 PetscCall(PetscHMapIFind(bodyFaceMap, b, &BFiter, &BFfound)); in DMPlexCreateGeom()
1943 PetscCheck(BFfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %d not found in bodyFaceMap", b); in DMPlexCreateGeom()