Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5430 PetscInt ontotalcols, dntotalcols, ntotalcols, nout; in MatCreateSeqSubMatrixWithRows_Private() local
5488 ontotalcols = 0; in MatCreateSeqSubMatrixWithRows_Private()
5496 ontotalcols += nlcols[i * 2 + 1]; in MatCreateSeqSubMatrixWithRows_Private()
5508 PetscCall(PetscCalloc1(ontotalcols, &oiremote)); in MatCreateSeqSubMatrixWithRows_Private()
5512 PetscCall(PetscCalloc1(ontotalcols, &oilocal)); in MatCreateSeqSubMatrixWithRows_Private()
5514 ontotalcols = 0; in MatCreateSeqSubMatrixWithRows_Private()
5528 oiremote[ontotalcols].index = loffsets[i * 2 + 1] + j; in MatCreateSeqSubMatrixWithRows_Private()
5529 oiremote[ontotalcols].rank = owner; 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()