Lines Matching refs:roworiented
185 a->roworiented = flg; in MatSetOption_SeqSBAIJ()
581 PetscBool roworiented = a->roworiented; in MatSetValuesBlocked_SeqSBAIJ() local
586 if (roworiented) stepval = (n - 1) * bs; in MatSetValuesBlocked_SeqSBAIJ()
606 if (roworiented) value = v + k * (stepval + bs) * bs + l * bs; in MatSetValuesBlocked_SeqSBAIJ()
622 if (roworiented) { in MatSetValuesBlocked_SeqSBAIJ()
657 if (roworiented) { in MatSetValuesBlocked_SeqSBAIJ()
741 PetscInt *imax = a->imax, *ai = a->i, *ailen = a->ilen, roworiented = a->roworiented; in MatSetValues_SeqSBAIJ() local
773 if (roworiented) value = v[l + k * n]; in MatSetValues_SeqSBAIJ()
1529 PetscBool roworiented = b->roworiented; in MatSeqSBAIJSetPreallocationCSR_SeqSBAIJ() local
1568 if (!roworiented || bs == 1) { in MatSeqSBAIJSetPreallocationCSR_SeqSBAIJ()
1781 b->roworiented = PETSC_TRUE; in MatCreate_SeqSBAIJ()
2058 c->roworiented = a->roworiented; in MatDuplicate_SeqSBAIJ()