Searched refs:pointSurfGradRow_Start (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2773 PetscHMapI pointSurfGradRow_Start = NULL; in DMPlex_Surface_Grad() local 2984 PetscCall(PetscHMapICreate(&pointSurfGradRow_Start)); 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() 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() 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() 3235 PetscCall(PetscHMapIGet(pointSurfGradRow_Start, currPointID, &startRow)); in DMPlex_Surface_Grad() 3257 PetscCall(PetscContainerSetPointer(surfGradOrgObj, pointSurfGradRow_Start)); in DMPlex_Surface_Grad() [all …]
|