Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5426 PetscSFNode *iremote, *oiremote; in MatCreateSeqSubMatrixWithRows_Private() local
5508 PetscCall(PetscCalloc1(ontotalcols, &oiremote)); in MatCreateSeqSubMatrixWithRows_Private()
5528 oiremote[ontotalcols].index = loffsets[i * 2 + 1] + j; in MatCreateSeqSubMatrixWithRows_Private()
5529 oiremote[ontotalcols].rank = owner; in MatCreateSeqSubMatrixWithRows_Private()
5546 …tGraph(osf, po->i[plocalsize], ontotalcols, oilocal, PETSC_OWN_POINTER, oiremote, PETSC_OWN_POINTE… in MatCreateSeqSubMatrixWithRows_Private()