Lines Matching refs:ailen

365   const PetscInt *rp, *ai = a->i, *ailen = a->ilen, *aj = a->j;  in MatSeqAIJSetValuesLocalFast()  local
375 nrow = ailen[row]; in MatSeqAIJSetValuesLocalFast()
406 PetscInt *imax = a->imax, *ai = a->i, *ailen = a->ilen; in MatSetValues_SeqAIJ() local
421 nrow = ailen[row]; in MatSetValues_SeqAIJ()
473 ailen[row] = nrow; in MatSetValues_SeqAIJ()
566 PetscInt *ai = a->i, *ailen = a->ilen; in MatSetValues_SeqAIJ_SortedFull() local
586 ailen[row] = n; in MatSetValues_SeqAIJ_SortedFull()
597 PetscInt *ai = a->i, *ailen = a->ilen; in MatGetValues_SeqAIJ() local
611 nrow = ailen[row]; in MatGetValues_SeqAIJ()
1101 PetscInt m = A->rmap->n, *ip, N, *ailen = a->ilen, rmax = 0; in MatAssemblyEnd_SeqAIJ() local
1113 if (m) rmax = ailen[0]; /* determine row with most nonzeros */ in MatAssemblyEnd_SeqAIJ()
1116 fshift += imax[i - 1] - ailen[i - 1]; in MatAssemblyEnd_SeqAIJ()
1117 rmax = PetscMax(rmax, ailen[i]); in MatAssemblyEnd_SeqAIJ()
1121 N = ailen[i]; in MatAssemblyEnd_SeqAIJ()
1125 ai[i] = ai[i - 1] + ailen[i - 1]; in MatAssemblyEnd_SeqAIJ()
1128 fshift += imax[m - 1] - ailen[m - 1]; in MatAssemblyEnd_SeqAIJ()
1129 ai[m] = ai[m - 1] + ailen[m - 1]; in MatAssemblyEnd_SeqAIJ()
1138 ailen[i] = imax[i] = ai[i + 1] - ai[i]; in MatAssemblyEnd_SeqAIJ()
2396 PetscInt *starts, *j_new, *i_new, *aj = a->j, *ai = a->i, ii, *ailen = a->ilen; in MatCreateSubMatrix_SeqAIJ() local
2419 kend = kstart + ailen[irow[i]]; in MatCreateSubMatrix_SeqAIJ()
5316 PetscInt *ailen = a->ilen, *imax = a->imax, *ai = a->i, *aj = a->j, rmax = 0; in MatEliminateZeros_SeqAIJ() local
5320 if (m) rmax = ailen[0]; /* determine row with most nonzeros */ in MatEliminateZeros_SeqAIJ()
5334 ailen[i - 1] = imax[i - 1] = ai[i] - fshift - ai[i - 1]; in MatEliminateZeros_SeqAIJ()
5336 rmax = PetscMax(rmax, ailen[i - 1]); in MatEliminateZeros_SeqAIJ()
5495 PetscInt *imax, *ai, *ailen; in matsetvaluesseqaij_() local
5505 ailen = a->ilen; in matsetvaluesseqaij_()
5516 nrow = ailen[row]; in matsetvaluesseqaij_()
5561 ailen[row] = nrow; in matsetvaluesseqaij_()