Lines Matching refs:oshift
1413 static PetscErrorCode MatGetRowIJ_SeqBAIJ(Mat A, PetscInt oshift, PetscBool symmetric, PetscBool bl… in MatGetRowIJ_SeqBAIJ() argument
1435 (*ia)[0] = oshift; in MatGetRowIJ_SeqBAIJ()
1461 } else if (oshift == 1) { in MatGetRowIJ_SeqBAIJ()
1488 static PetscErrorCode MatRestoreRowIJ_SeqBAIJ(Mat A, PetscInt oshift, PetscBool symmetric, PetscBoo… in MatRestoreRowIJ_SeqBAIJ() argument
1492 if ((!blockcompressed && A->rmap->bs > 1) || (symmetric || oshift == 1)) { in MatRestoreRowIJ_SeqBAIJ()
2820 static PetscErrorCode MatGetColumnIJ_SeqBAIJ(Mat A, PetscInt oshift, PetscBool symmetric, PetscBool… in MatGetColumnIJ_SeqBAIJ() argument
2835 cia[0] = oshift; in MatGetColumnIJ_SeqBAIJ()
2844 cja[cia[col] + collengths[col]++ - oshift] = row + oshift; in MatGetColumnIJ_SeqBAIJ()
2853 static PetscErrorCode MatRestoreColumnIJ_SeqBAIJ(Mat A, PetscInt oshift, PetscBool symmetric, Petsc… in MatRestoreColumnIJ_SeqBAIJ() argument
2867 PetscErrorCode MatGetColumnIJ_SeqBAIJ_Color(Mat A, PetscInt oshift, PetscBool symmetric, PetscBool … in MatGetColumnIJ_SeqBAIJ_Color() argument
2884 cia[0] = oshift; in MatGetColumnIJ_SeqBAIJ_Color()
2892 cspidx[cia[col] + collengths[col] - oshift] = a->i[row] + i; /* index of a->j */ in MatGetColumnIJ_SeqBAIJ_Color()
2893 cja[cia[col] + collengths[col]++ - oshift] = row + oshift; in MatGetColumnIJ_SeqBAIJ_Color()
2903 PetscErrorCode MatRestoreColumnIJ_SeqBAIJ_Color(Mat A, PetscInt oshift, PetscBool symmetric, PetscB… in MatRestoreColumnIJ_SeqBAIJ_Color() argument
2906 PetscCall(MatRestoreColumnIJ_SeqBAIJ(A, oshift, symmetric, inodecompressed, n, ia, ja, done)); in MatRestoreColumnIJ_SeqBAIJ_Color()