Searched refs:BVfound (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 1516 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1522 if (!BVfound) PetscCall(PetscHMapISet(bodyVertexMap, b, numVertices)); in DMPlexCreateGeom() 1637 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1646 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1647 …PetscCheck(BVfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %" PetscInt_FMT " not found in bodyVerte… in DMPlexCreateGeom() 1932 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1934 PetscCall(PetscHMapIFind(bodyVertexMap, b, &BViter, &BVfound)); in DMPlexCreateGeom() 1935 PetscCheck(BVfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Body %d not found in bodyVertexMap", b); in DMPlexCreateGeom()
|