Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex18.c74 PetscContainer modelObj, cpHashTableObj, wHashTableObj, cpCoordDataLengthObj, wDataLengthObj; in main() local
107 …scObjectQuery((PetscObject)dm, "Control Point Weights Hash Table", (PetscObject *)&wHashTableObj)); in main()
115 PetscCall(PetscContainerGetPointer(wHashTableObj, &wHashTable)); in main()
/petsc/src/dm/impls/plex/
H A Dplexegads.c4519 PetscContainer modelObj, cpHashTableObj, wHashTableObj; in DMPlexModifyGeomModel() local
4540 …scObjectQuery((PetscObject)dm, "Control Point Weights Hash Table", (PetscObject *)&wHashTableObj)); in DMPlexModifyGeomModel()
4542 …PetscCheck(cpHashTableObj && wHashTableObj, PETSC_COMM_SELF, PETSC_ERR_SUP, "DM does not have requ… in DMPlexModifyGeomModel()
4546 PetscCall(PetscContainerGetPointer(wHashTableObj, &wHashTable)); in DMPlexModifyGeomModel()
5900 …PetscContainer modelObj, cpHashTableObj, wHashTableObj, cpCoordDataLengthObj, wDataLengthObj, maxN… in DMPlexGetGeomCntrlPntAndWeightData() local
5916 …scObjectQuery((PetscObject)dm, "Control Point Weights Hash Table", (PetscObject *)&wHashTableObj)); in DMPlexGetGeomCntrlPntAndWeightData()
5925 PetscCall(PetscContainerGetPointer(wHashTableObj, &wHashTableTemp)); in DMPlexGetGeomCntrlPntAndWeightData()