Lines Matching refs:nIndices
3003 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()
4074 PetscCall(PetscHMapISet(currFaceUniquePoints, nIndices[kk], cfCntr)); in DMPlexGeomDataAndGrads()
4078 … PetscCall(PetscHMapIFind(pointSurfGradRow_Start, nIndices[kk], &pHashKeyIter, &pHashKeyFound)); in DMPlexGeomDataAndGrads()
4080 PetscCall(PetscHMapISet(pointSurfGradRow_Start, nIndices[kk], gcntr)); in DMPlexGeomDataAndGrads()
4084 PetscCall(ISRestoreIndices(nodePoints, &nIndices)); in DMPlexGeomDataAndGrads()