Lines Matching refs:diag_offset

232   const PetscInt *diag_offset;  in MatILUFactorNumeric_SeqBAIJ_2_inplace()  local
242 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_2_inplace()
277 pv = ba + 4 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
278 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
287 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
318 w = ba + 4 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
343 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace() local
353 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
384 pv = ba + 4 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
385 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
394 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
431 w = ba + 4 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_2_NaturalOrdering_inplace()
621 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_1_inplace() local
629 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_1_inplace()
650 pv = ba + diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
651 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
654 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
665 diag = diag_offset[i] - bi[i]; in MatILUFactorNumeric_SeqBAIJ_1_inplace()