Lines Matching refs:diag_offset
17 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_4_inplace() local
32 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_4_inplace()
92 pv = ba + 16 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
93 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
130 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
201 w = ba + 16 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
348 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
363 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
420 pv = ba + 16 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
421 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
457 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
528 w = ba + 16 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()