Searched refs:wHashKeyFound (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 2925 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, id, &wHashKeyIter, &wHashKeyFound)); in DMPlex_Surface_Grad() 2927 if (!wHashKeyFound) PetscCall(PetscHMapISet(faceCPWeightsRow_Start, id, wcntr)); in DMPlex_Surface_Grad() 3466 PetscBool hashKeyFound, wHashKeyFound; in DMPlexGeomDataAndGrads() local 3495 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, id, &wHashKeyIter, &wHashKeyFound)); in DMPlexGeomDataAndGrads() 3497 if (!wHashKeyFound) { in DMPlexGeomDataAndGrads()
|