Lines Matching refs:diag_offset
14 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local
35 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_7_inplace()
165 pv = ba + 49 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
166 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
272 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
444 w = ba + 49 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
572 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace() local
593 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
719 pv = ba + 49 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
720 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
826 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
998 w = ba + 49 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()