Home
last modified time | relevance | path

Searched refs:pHashKeyFound (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c3006 PetscBool fHashKeyFound, eHashKeyFound, nHashKeyFound, pHashKeyFound; in DMPlex_Surface_Grad() local
3049 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, fIndices[jj], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3051 if (!pHashKeyFound) { in DMPlex_Surface_Grad()
3086 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, eIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3088 if (!pHashKeyFound) { in DMPlex_Surface_Grad()
3121 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, nIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3122 if (!pHashKeyFound) { in DMPlex_Surface_Grad()
3963 PetscBool fHashKeyFound, eHashKeyFound, nHashKeyFound, pHashKeyFound; in DMPlexGeomDataAndGrads() local
4006 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, fIndices[jj], &pHashKeyIter, &pHashKeyFound)); in DMPlexGeomDataAndGrads()
4008 if (!pHashKeyFound) { in DMPlexGeomDataAndGrads()
[all …]