Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c7781 for (PetscInt brow = 0, nc1, nc2, ok = 1; brow < nloc * bs; brow += bs) { // block rows in MatCreateGraph_Simple_AIJ() local
7787 PetscCall(MatGetRow(c, brow + ii, &nc1, &cols1, NULL)); in MatCreateGraph_Simple_AIJ()
7788 if (nc1 != nc2) ok = 0; in MatCreateGraph_Simple_AIJ()
7790 for (PetscInt jj = 0; jj < nc1 && ok == 1; jj++) { in MatCreateGraph_Simple_AIJ()
7795 PetscCall(MatRestoreRow(c, brow + ii, &nc1, &cols1, NULL)); in MatCreateGraph_Simple_AIJ()