Searched refs:nc2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 7781 for (PetscInt brow = 0, nc1, nc2, ok = 1; brow < nloc * bs; brow += bs) { // block rows in MatCreateGraph_Simple_AIJ() local 7782 PetscCall(MatGetRow(c, brow, &nc2, &cols2, NULL)); in MatCreateGraph_Simple_AIJ() 7783 nnz[brow / bs] = nc2 / bs; in MatCreateGraph_Simple_AIJ() 7784 if (nc2 % bs) ok = 0; in MatCreateGraph_Simple_AIJ() 7788 if (nc1 != nc2) ok = 0; in MatCreateGraph_Simple_AIJ() 7797 PetscCall(MatRestoreRow(c, brow, &nc2, &cols2, NULL)); in MatCreateGraph_Simple_AIJ()
|