Lines Matching refs:nexti
564 PetscInt *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_N() local
644 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_N()
680 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_N()
737 PetscInt *ai, *aj, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering() local
776 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering()
812 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering()
871 PetscInt *a2anew, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_2() local
952 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_2()
997 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_2()
1050 PetscInt *ai, *aj, k, k1, jmin, jmax, *jl, *il, vj, nexti, ili; in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering() local
1094 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering()
1139 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering()
1195 PetscInt k, jmin, jmax, *jl, *il, col, nexti, ili, nz; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() local
1257 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1278 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace()
1352 PetscInt k, jmin, jmax, *c2r, *il, col, nexti, ili, nz; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering() local
1423 nexti = c2r[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()
1442 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering()
1504 PetscInt k, jmin, *jl, *il, nexti, ili, *acol, *bcol, nz; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() local
1552 nexti = jl[i]; /* next row to be added to k_th row */ in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
1574 i = nexti; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()