Searched refs:eIndices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 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() [all …]
|