Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5424 PetscInt plocalsize, nrows, *ilocal, *oilocal, i, lidx, *nrcols, *nlcols, ncol; in MatCreateSeqSubMatrixWithRows_Private() local
5512 PetscCall(PetscCalloc1(ontotalcols, &oilocal)); in MatCreateSeqSubMatrixWithRows_Private()
5530 oilocal[ontotalcols++] = ntotalcols++; in MatCreateSeqSubMatrixWithRows_Private()
5546 …PetscCall(PetscSFSetGraph(osf, po->i[plocalsize], ontotalcols, oilocal, PETSC_OWN_POINTER, oiremot… in MatCreateSeqSubMatrixWithRows_Private()