Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5769 …PetscInt *rowlen, *bufj, *bufJ, ncols = 0, aBn = a->B->cmap->n, row, *b_othi, *b_othj, *r… in MatGetBrowsOfAoCols_MPIAIJ() local
5883 bufJ = PetscSafePointerPlusOffset(bufj, sstartsj[i]); in MatGetBrowsOfAoCols_MPIAIJ()
5888 for (l = 0; l < ncols; l++) *bufJ++ = cols[l]; in MatGetBrowsOfAoCols_MPIAIJ()