Searched refs:hashKeyFound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2899 PetscBool hashKeyFound, wHashKeyFound; in DMPlex_Surface_Grad() local 2914 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, id, &hashKeyIter, &hashKeyFound)); in DMPlex_Surface_Grad() 2916 if (!hashKeyFound) PetscCall(PetscHMapISet(faceCntrlPtRow_Start, id, cntr)); in DMPlex_Surface_Grad() 3466 PetscBool hashKeyFound, wHashKeyFound; in DMPlexGeomDataAndGrads() local 3483 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, id, &hashKeyIter, &hashKeyFound)); in DMPlexGeomDataAndGrads() 3485 if (!hashKeyFound) PetscCall(PetscHMapISet(faceCntrlPtRow_Start, id, cntr)); in DMPlexGeomDataAndGrads()
|