Searched refs:wHashTable (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex18.c | 79 PetscHMapI cpHashTable, wHashTable; in main() local 115 PetscCall(PetscContainerGetPointer(wHashTableObj, &wHashTable)); in main() 147 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in main() 149 PetscCall(PetscHMapIGet(wHashTable, id, &faceWStartRow)); in main()
|
| H A D | ex19.c | 137 PetscHMapI cpHashTable, wHashTable; in main() local 190 …pHashTable, &cpCoordDataLength, &cpCoordData, &maxNumEquiv, &cpEquiv, &wHashTable, &wDataLength, &… in main() 242 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in main() 244 PetscCall(PetscHMapIGet(wHashTable, id, &faceWStartRow)); in main() 339 …pHashTable, &cpCoordDataLength, &cpCoordData, &maxNumEquiv, &cpEquiv, &wHashTable, &wDataLength, &… in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 4520 PetscHMapI cpHashTable = NULL, wHashTable = NULL; in DMPlexModifyGeomModel() local 4546 PetscCall(PetscContainerGetPointer(wHashTableObj, &wHashTable)); in DMPlexModifyGeomModel() 4591 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in DMPlexModifyGeomModel() 4593 PetscCall(PetscHMapIGet(wHashTable, id, &faceWStartRow)); in DMPlexModifyGeomModel() 5898 …Scalar **cpCoordData, PetscInt *maxNumEquiv, Mat *cpEquiv, PetscHMapI *wHashTable, PetscInt *wData… in DMPlexGetGeomCntrlPntAndWeightData() argument 5933 *wHashTable = wHashTableTemp; in DMPlexGetGeomCntrlPntAndWeightData() 5939 …Scalar **cpCoordData, PetscInt *maxNumEquiv, Mat *cpEquiv, PetscHMapI *wHashTable, PetscInt *wData… in DMPlexRestoreGeomCntrlPntAndWeightData() argument
|