Searched refs:EMfound (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 1563 PetscCall(PetscHMapIFind(edgeMap, edgeCntr + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom() 1565 if (!EMfound) PetscCall(PetscHMapISet(edgeMap, edgeCntr + eid - 1, -1)); in DMPlexCreateGeom() 1568 if (!EMfound) PetscCall(PetscHMapISet(edgeMap, edgeCntr + eid - 1, Netemp)); in DMPlexCreateGeom() 1637 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local 1707 PetscCall(PetscHMapIFind(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom() 1708 …PetscCheck(EMfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Edge %" PetscInt_FMT " not found in edgeMap",… in DMPlexCreateGeom() 1828 … PetscCall(PetscHMapIFind(edgeMap, bodyEdgeGlobalIndexStart + eid - 1, &EMiter, &EMfound)); in DMPlexCreateGeom() 1829 …PetscCheck(EMfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "Edge %" PetscInt_FMT " of Body %" PetscInt_FM… in DMPlexCreateGeom() 1932 PetscBool BVfound, BEfound, BEGfound, BFfound, EMfound; in DMPlexCreateGeom() local [all …]
|