Searched refs:BEfound (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 1517 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom() 1523 if (!BEfound) PetscCall(PetscHMapISet(bodyEdgeMap, b, numEdges)); in DMPlexCreateGeom() 1637 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1680 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom() 1681 …PetscCheck(BEfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %" PetscInt_FMT " not found in bodyEdgeM… in DMPlexCreateGeom() 1932 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1938 PetscCall(PetscHMapIFind(bodyEdgeMap, b, &BEiter, &BEfound)); in DMPlexCreateGeom() 1939 PetscCheck(BEfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %d not found in bodyEdgeMap", b); in DMPlexCreateGeom()
|