Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c3003 const PetscInt *fIndices, *eIndices, *nIndices; in DMPlex_Surface_Grad() local
3110 PetscCall(ISGetIndices(nodePoints, &nIndices)); in DMPlex_Surface_Grad()
3114 … PetscCall(PetscHMapIFind(currFaceUniquePoints, nIndices[kk], &nHashKeyIter, &nHashKeyFound)); in DMPlex_Surface_Grad()
3117 PetscCall(PetscHMapISet(currFaceUniquePoints, nIndices[kk], cfCntr)); in DMPlex_Surface_Grad()
3121 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, nIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3123 PetscCall(PetscHMapISet(pointSurfGradRow_Start, nIndices[kk], gcntr)); in DMPlex_Surface_Grad()
3127 PetscCall(ISRestoreIndices(nodePoints, &nIndices)); in DMPlex_Surface_Grad()
3960 const PetscInt *fIndices, *eIndices, *nIndices; in DMPlexGeomDataAndGrads() local
4067 PetscCall(ISGetIndices(nodePoints, &nIndices)); in DMPlexGeomDataAndGrads()
4071 … PetscCall(PetscHMapIFind(currFaceUniquePoints, nIndices[kk], &nHashKeyIter, &nHashKeyFound)); in DMPlexGeomDataAndGrads()
[all …]