Home
last modified time | relevance | path

Searched refs:fIndices (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
3036 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3042 PetscCall(PetscHMapIFind(currFaceUniquePoints, fIndices[jj], &fHashKeyIter, &fHashKeyFound)); in DMPlex_Surface_Grad()
3045 PetscCall(PetscHMapISet(currFaceUniquePoints, fIndices[jj], cfCntr)); in DMPlex_Surface_Grad()
3049 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, fIndices[jj], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3052 PetscCall(PetscHMapISet(pointSurfGradRow_Start, fIndices[jj], gcntr)); in DMPlex_Surface_Grad()
3056 PetscCall(ISRestoreIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3960 const PetscInt *fIndices, *eIndices, *nIndices; in DMPlexGeomDataAndGrads() local
3993 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlexGeomDataAndGrads()
3999 PetscCall(PetscHMapIFind(currFaceUniquePoints, fIndices[jj], &fHashKeyIter, &fHashKeyFound)); in DMPlexGeomDataAndGrads()
[all …]