Searched refs:pBuf (Results 1 – 2 of 2) sorted by relevance
227 PetscInt *PETSC_RESTRICT pBuf; in DMPlexCreatePartitionerGraph_Native() local229 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native()230 *pBuf = remoteCells[point]; in DMPlexCreatePartitionerGraph_Native()237 PetscInt *PETSC_RESTRICT pBuf; in DMPlexCreatePartitionerGraph_Native() local239 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native()240 *pBuf = remoteCells[child]; in DMPlexCreatePartitionerGraph_Native()251 PetscInt *PETSC_RESTRICT pBuf; in DMPlexCreatePartitionerGraph_Native() local253 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in DMPlexCreatePartitionerGraph_Native()254 *pBuf = DMPlex_GlobalID(cellNum[point - pStart]); in DMPlexCreatePartitionerGraph_Native()
2452 PetscInt *PETSC_RESTRICT pBuf; in PCBDDCDetectDisconnectedComponents() local2454 PetscCall(PetscSegBufferGetInts(adjBuffer, 1, &pBuf)); in PCBDDCDetectDisconnectedComponents()2455 *pBuf = point; in PCBDDCDetectDisconnectedComponents()