Home
last modified time | relevance | path

Searched refs:faceCPWeightsRow_Start (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c2772 PetscHMapI faceCntrlPtRow_Start = NULL, faceCPWeightsRow_Start = NULL; in DMPlex_Surface_Grad() local
2862 PetscCall(PetscHMapICreate(&faceCPWeightsRow_Start)); in DMPlex_Surface_Grad()
2925 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, id, &wHashKeyIter, &wHashKeyFound)); in DMPlex_Surface_Grad()
2927 if (!wHashKeyFound) PetscCall(PetscHMapISet(faceCPWeightsRow_Start, id, wcntr)); in DMPlex_Surface_Grad()
2957 PetscCall(PetscContainerSetPointer(wOrgObj, faceCPWeightsRow_Start)); in DMPlex_Surface_Grad()
3308 PetscHMapI faceCntrlPtRow_Start = NULL, faceCPWeightsRow_Start = NULL; in DMPlexGeomDataAndGrads() local
3406 PetscCall(PetscHMapICreate(&faceCPWeightsRow_Start)); in DMPlexGeomDataAndGrads()
3495 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, id, &wHashKeyIter, &wHashKeyFound)); in DMPlexGeomDataAndGrads()
3498 PetscCall(PetscHMapISet(faceCPWeightsRow_Start, id, wcntr)); in DMPlexGeomDataAndGrads()
3800 PetscCall(PetscContainerSetPointer(wOrgObj, faceCPWeightsRow_Start)); in DMPlexGeomDataAndGrads()
[all …]