Searched refs:nHashKeyFound (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 3006 PetscBool fHashKeyFound, eHashKeyFound, nHashKeyFound, pHashKeyFound; in DMPlex_Surface_Grad() local 3114 … PetscCall(PetscHMapIFind(currFaceUniquePoints, nIndices[kk], &nHashKeyIter, &nHashKeyFound)); in DMPlex_Surface_Grad() 3116 if (!nHashKeyFound) { in DMPlex_Surface_Grad() 3963 PetscBool fHashKeyFound, eHashKeyFound, nHashKeyFound, pHashKeyFound; in DMPlexGeomDataAndGrads() local 4071 … PetscCall(PetscHMapIFind(currFaceUniquePoints, nIndices[kk], &nHashKeyIter, &nHashKeyFound)); in DMPlexGeomDataAndGrads() 4073 if (!nHashKeyFound) { in DMPlexGeomDataAndGrads()
|