Lines Matching refs:nrow
619 PetscInt *nrow, *ncol, start; local
655 …PetscCall(PetscMalloc5(ismax, (PetscInt ***)&irow, ismax, (PetscInt ***)&icol, ismax, &nrow, ismax…
676 PetscCall(ISGetLocalSize(isrow[i], &nrow[i]));
677 if (colflag && nrow[i] == c->Mbs) {
691 …PetscCheck(subc->mbs == nrow[i] && subc->nbs == ncol[i], PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Cann…
758 jmax = nrow[i];
844 jmax = nrow[i];
1002 for (PetscInt i = 0; i < ismax; i++) jcnt += nrow[i];
1005 …for (PetscInt i = 1; i < ismax; i++) lens[i] = PetscSafePointerPlusOffset(lens[i - 1], nrow[i - 1]…
1010 jmax = nrow[i];
1060 PetscCall(PetscHMapICreateWithSize(nrow[i], rmap + i));
1062 jmax = nrow[i];
1074 jmax = nrow[i];
1141 …PetscCall(MatSetSizes(submats[i], nrow[i] * bs_tmp, ncol[i] * bs_tmp, PETSC_DETERMINE, PETSC_DETER…
1296 jmax = nrow[i];
1495 jmax = nrow[i];
1528 PetscCall(PetscFree5(*(PetscInt ***)&irow, *(PetscInt ***)&icol, nrow, ncol, issorted));