Lines Matching refs:diag_offset
17 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
29 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_3_inplace()
74 pv = ba + 9 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
75 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
96 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
144 w = ba + 9 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
277 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
289 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
331 pv = ba + 9 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
332 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
354 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
402 w = ba + 9 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()