Home
last modified time | relevance | path

Searched refs:dntotalcols (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
5487 dntotalcols = 0; in MatCreateSeqSubMatrixWithRows_Private()
5494 dntotalcols += nlcols[i * 2 + 0]; in MatCreateSeqSubMatrixWithRows_Private()
5506 PetscCall(PetscCalloc1(dntotalcols, &iremote)); in MatCreateSeqSubMatrixWithRows_Private()
5510 PetscCall(PetscCalloc1(dntotalcols, &ilocal)); in MatCreateSeqSubMatrixWithRows_Private()
5513 dntotalcols = 0; in MatCreateSeqSubMatrixWithRows_Private()
5521 iremote[dntotalcols].index = loffsets[i * 2 + 0] + j; in MatCreateSeqSubMatrixWithRows_Private()
5522 iremote[dntotalcols].rank = owner; in MatCreateSeqSubMatrixWithRows_Private()
5524 ilocal[dntotalcols++] = ntotalcols++; in MatCreateSeqSubMatrixWithRows_Private()
5540 …PetscCall(PetscSFSetGraph(sf, pd->i[plocalsize], dntotalcols, ilocal, PETSC_OWN_POINTER, iremote, … in MatCreateSeqSubMatrixWithRows_Private()