Home
last modified time | relevance | path

Searched refs:cpHashTableObj (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
104 …all(PetscObjectQuery((PetscObject)dm, "Control Point Hash Table", (PetscObject *)&cpHashTableObj)); in main()
112 PetscCall(PetscContainerGetPointer(cpHashTableObj, &cpHashTable)); in main()
/petsc/src/dm/impls/plex/
H A Dplexegads.c4519 PetscContainer modelObj, cpHashTableObj, wHashTableObj; in DMPlexModifyGeomModel() local
4539 …all(PetscObjectQuery((PetscObject)dm, "Control Point Hash Table", (PetscObject *)&cpHashTableObj)); in DMPlexModifyGeomModel()
4542 …PetscCheck(cpHashTableObj && wHashTableObj, PETSC_COMM_SELF, PETSC_ERR_SUP, "DM does not have requ… in DMPlexModifyGeomModel()
4545 PetscCall(PetscContainerGetPointer(cpHashTableObj, &cpHashTable)); in DMPlexModifyGeomModel()
5900 …PetscContainer modelObj, cpHashTableObj, wHashTableObj, cpCoordDataLengthObj, wDataLengthObj, maxN… in DMPlexGetGeomCntrlPntAndWeightData() local
5913 …all(PetscObjectQuery((PetscObject)dm, "Control Point Hash Table", (PetscObject *)&cpHashTableObj)); in DMPlexGetGeomCntrlPntAndWeightData()
5923 PetscCall(PetscContainerGetPointer(cpHashTableObj, &cpHashTableTemp)); in DMPlexGetGeomCntrlPntAndWeightData()