Lines Matching refs:diag_offset
17 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
33 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_5_inplace()
123 pv = ba + 25 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
124 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
180 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
283 w = ba + 25 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
420 PetscInt *diag_offset = b->diag, *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
506 pv = ba + 25 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
507 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
563 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
661 w = ba + 25 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()