Lines Matching refs:eIndices
3003 const PetscInt *fIndices, *eIndices, *nIndices; in DMPlex_Surface_Grad() local
3075 PetscCall(ISGetIndices(edgePoints, &eIndices)); in DMPlex_Surface_Grad()
3079 … PetscCall(PetscHMapIFind(currFaceUniquePoints, eIndices[kk], &eHashKeyIter, &eHashKeyFound)); in DMPlex_Surface_Grad()
3082 PetscCall(PetscHMapISet(currFaceUniquePoints, eIndices[kk], cfCntr)); in DMPlex_Surface_Grad()
3086 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, eIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlex_Surface_Grad()
3089 PetscCall(PetscHMapISet(pointSurfGradRow_Start, eIndices[kk], gcntr)); in DMPlex_Surface_Grad()
3093 PetscCall(ISRestoreIndices(edgePoints, &eIndices)); in DMPlex_Surface_Grad()
3960 const PetscInt *fIndices, *eIndices, *nIndices; in DMPlexGeomDataAndGrads() local
4032 PetscCall(ISGetIndices(edgePoints, &eIndices)); in DMPlexGeomDataAndGrads()
4036 … PetscCall(PetscHMapIFind(currFaceUniquePoints, eIndices[kk], &eHashKeyIter, &eHashKeyFound)); in DMPlexGeomDataAndGrads()
4039 PetscCall(PetscHMapISet(currFaceUniquePoints, eIndices[kk], cfCntr)); in DMPlexGeomDataAndGrads()
4043 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, eIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlexGeomDataAndGrads()
4046 PetscCall(PetscHMapISet(pointSurfGradRow_Start, eIndices[kk], gcntr)); in DMPlexGeomDataAndGrads()
4050 PetscCall(ISRestoreIndices(edgePoints, &eIndices)); in DMPlexGeomDataAndGrads()