Searched refs:cpHashTable (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 112 PetscCall(PetscContainerGetPointer(cpHashTableObj, &cpHashTable)); in main() 143 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in main() 145 PetscCall(PetscHMapIGet(cpHashTable, id, &faceCPStartRow)); in main()
|
| H A D | ex19.c | 137 PetscHMapI cpHashTable, wHashTable; in main() local 190 …PetscCall(DMPlexGetGeomCntrlPntAndWeightData(dmNozzle, &cpHashTable, &cpCoordDataLength, &cpCoordD… in main() 238 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in main() 240 PetscCall(PetscHMapIGet(cpHashTable, id, &faceCPStartRow)); in main() 339 …PetscCall(DMPlexRestoreGeomCntrlPntAndWeightData(dmNozzle, &cpHashTable, &cpCoordDataLength, &cpCo… in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 4520 PetscHMapI cpHashTable = NULL, wHashTable = NULL; in DMPlexModifyGeomModel() local 4545 PetscCall(PetscContainerGetPointer(cpHashTableObj, &cpHashTable)); in DMPlexModifyGeomModel() 4587 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in DMPlexModifyGeomModel() 4589 PetscCall(PetscHMapIGet(cpHashTable, id, &faceCPStartRow)); in DMPlexModifyGeomModel() 5898 PetscErrorCode DMPlexGetGeomCntrlPntAndWeightData(DM dm, PetscHMapI *cpHashTable, PetscInt *cpCoord… in DMPlexGetGeomCntrlPntAndWeightData() argument 5932 *cpHashTable = cpHashTableTemp; in DMPlexGetGeomCntrlPntAndWeightData() 5939 PetscErrorCode DMPlexRestoreGeomCntrlPntAndWeightData(DM dm, PetscHMapI *cpHashTable, PetscInt *cpC… in DMPlexRestoreGeomCntrlPntAndWeightData() argument
|