Lines Matching refs:faceCntrlPtRow_Start
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()
3781 PetscCall(PetscContainerSetPointer(cpOrgObj, faceCntrlPtRow_Start)); in DMPlexGeomDataAndGrads()
4233 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, fid, &CPiter, &CPfound)); in DMPlexGeomDataAndGrads()
4235 PetscCall(PetscHMapIGet(faceCntrlPtRow_Start, fid, &faceCPStartRow)); in DMPlexGeomDataAndGrads()