Searched refs:BEGfound (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 1518 PetscCall(PetscHMapIFind(bodyEdgeGlobalMap, b, &BEGiter, &BEGfound)); in DMPlexCreateGeom() 1524 if (!BEGfound) PetscCall(PetscHMapISet(bodyEdgeGlobalMap, b, edgeCntr)); in DMPlexCreateGeom() 1637 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1684 PetscCall(PetscHMapIFind(bodyEdgeGlobalMap, b, &BEGiter, &BEGfound)); in DMPlexCreateGeom() 1685 …PetscCheck(BEGfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %" PetscInt_FMT " not found in bodyEdge… in DMPlexCreateGeom() 1932 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1946 PetscCall(PetscHMapIFind(bodyEdgeGlobalMap, b, &BEGiter, &BEGfound)); in DMPlexCreateGeom() 1947 … PetscCheck(BEGfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %d not found in bodyEdgeGlobalMap", b); in DMPlexCreateGeom()
|