Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5429 PetscInt pcstart, *roffsets, *loffsets, *pnnz, j; in MatCreateSeqSubMatrixWithRows_Private() local
5478 PetscCall(PetscCalloc1(2 * nrows, &loffsets)); in MatCreateSeqSubMatrixWithRows_Private()
5481 PetscCall(PetscSFBcastBegin(sf, MPIU_2INT, roffsets, loffsets, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5483 PetscCall(PetscSFBcastEnd(sf, MPIU_2INT, roffsets, loffsets, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5521 iremote[dntotalcols].index = loffsets[i * 2 + 0] + j; in MatCreateSeqSubMatrixWithRows_Private()
5528 oiremote[ontotalcols].index = loffsets[i * 2 + 1] + j; in MatCreateSeqSubMatrixWithRows_Private()
5534 PetscCall(PetscFree(loffsets)); in MatCreateSeqSubMatrixWithRows_Private()