Lines Matching refs:ai
9 const PetscInt *ai, *aj, *perm_ptr, mbs = a->mbs, *bi = b->i, *bj = b->j; in MatCholeskyFactorNumeric_SeqSBAIJ_3() local
29 ai = a->i; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
33 ai = a->inew; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
35 PetscCall(PetscMalloc1(9 * ai[mbs], &aa)); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
36 PetscCall(PetscArraycpy(aa, a->a, 9 * ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
37 PetscCall(PetscMalloc1(ai[mbs], &a2anew)); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
38 PetscCall(PetscArraycpy(a2anew, a->a2anew, ai[mbs])); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
41 jmin = ai[i]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
42 jmax = ai[i + 1]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
71 jmin = ai[perm_ptr[k]]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()
72 jmax = ai[perm_ptr[k] + 1]; in MatCholeskyFactorNumeric_SeqSBAIJ_3()