Lines Matching refs:rmax
578 PetscInt *rp, k, low, high, t, ii, jj, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValuesBlocked_SeqSBAIJ() local
594 rmax = imax[row]; in MatSetValuesBlocked_SeqSBAIJ()
648 …MatSeqXAIJReallocateAIJ(A, a->mbs, bs2, nrow, row, col, rmax, aa, ai, aj, rp, ap, imax, nonew, Mat… in MatSetValuesBlocked_SeqSBAIJ()
679 PetscInt mbs = a->mbs, bs2 = a->bs2, rmax = 0; in MatAssemblyEnd_SeqSBAIJ() local
685 if (m) rmax = ailen[0]; in MatAssemblyEnd_SeqSBAIJ()
689 rmax = PetscMax(rmax, ailen[i]); in MatAssemblyEnd_SeqSBAIJ()
711 PetscCall(PetscInfo(A, "Most nonzeros blocks in any row is %" PetscInt_FMT "\n", rmax)); in MatAssemblyEnd_SeqSBAIJ()
717 a->rmax = rmax; in MatAssemblyEnd_SeqSBAIJ()
740 PetscInt *rp, k, low, high, t, ii, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValues_SeqSBAIJ() local
754 rmax = imax[brow]; /* maximum space allocated for this row */ in MatSetValues_SeqSBAIJ()
804 …MatSeqXAIJReallocateAIJ(A, a->mbs, bs2, nrow, brow, bcol, rmax, aa, ai, aj, rp, ap, imax, nonew, M… in MatSetValues_SeqSBAIJ()
1145 PetscInt mbs = a->mbs, bs2 = a->bs2, rmax = 0; in MatEliminateZeros_SeqSBAIJ() local
1151 if (m) rmax = ailen[0]; in MatEliminateZeros_SeqSBAIJ()
1170 rmax = PetscMax(rmax, ailen[i - 1]); in MatEliminateZeros_SeqSBAIJ()
1180 a->rmax = rmax; in MatEliminateZeros_SeqSBAIJ()