Lines Matching refs:fIndices
3003 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()
4002 PetscCall(PetscHMapISet(currFaceUniquePoints, fIndices[jj], cfCntr)); in DMPlexGeomDataAndGrads()
4006 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, fIndices[jj], &pHashKeyIter, &pHashKeyFound)); in DMPlexGeomDataAndGrads()
4009 PetscCall(PetscHMapISet(pointSurfGradRow_Start, fIndices[jj], gcntr)); in DMPlexGeomDataAndGrads()
4013 PetscCall(ISRestoreIndices(facePoints, &fIndices)); in DMPlexGeomDataAndGrads()