Lines Matching refs:diag_offset
14 …const PetscInt *ajtmpold, *ajtmp, *diag_offset = b->diag, *r, *ic, *bi = b->i, *bj = b->j, *ai = a… in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
32 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_6_inplace()
135 pv = ba + 36 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
136 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
215 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
348 w = ba + 36 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
476 const PetscInt *diag_offset; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
494 PetscCall(MatGetDiagonalMarkers_SeqBAIJ(A, &diag_offset, NULL)); in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
593 pv = ba + 36 * diag_offset[row]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
594 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
673 nz = bi[row + 1] - diag_offset[row] - 1; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
806 w = ba + 36 * diag_offset[i]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()