Searched refs:faceCntrlPtRow_Start (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2772 PetscHMapI faceCntrlPtRow_Start = NULL, faceCPWeightsRow_Start = NULL; in DMPlex_Surface_Grad() local 2861 PetscCall(PetscHMapICreate(&faceCntrlPtRow_Start)); in DMPlex_Surface_Grad() 2914 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, id, &hashKeyIter, &hashKeyFound)); in DMPlex_Surface_Grad() 2916 if (!hashKeyFound) PetscCall(PetscHMapISet(faceCntrlPtRow_Start, id, cntr)); in DMPlex_Surface_Grad() 2942 PetscCall(PetscContainerSetPointer(cpOrgObj, faceCntrlPtRow_Start)); in DMPlex_Surface_Grad() 3308 PetscHMapI faceCntrlPtRow_Start = NULL, faceCPWeightsRow_Start = NULL; in DMPlexGeomDataAndGrads() local 3405 PetscCall(PetscHMapICreate(&faceCntrlPtRow_Start)); in DMPlexGeomDataAndGrads() 3483 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, id, &hashKeyIter, &hashKeyFound)); in DMPlexGeomDataAndGrads() 3485 if (!hashKeyFound) PetscCall(PetscHMapISet(faceCntrlPtRow_Start, id, cntr)); in DMPlexGeomDataAndGrads() 3777 PetscCall(PetscContainerSetPointer(cpOrgObj, faceCntrlPtRow_Start)); in DMPlexGeomDataAndGrads() [all …]
|