Lines Matching refs:roworiented
288 PetscBool roworiented = baij->roworiented; in MatSetValues_MPISBAIJ() local
342 if (roworiented) value = v[i * n + j]; in MatSetValues_MPISBAIJ()
372 if (roworiented) value = v[i * n + j]; in MatSetValues_MPISBAIJ()
386 if (roworiented) { in MatSetValues_MPISBAIJ()
406 PetscBool roworiented = a->roworiented; in MatSetValuesBlocked_SeqSBAIJ_Inlined() local
432 if (roworiented) { in MatSetValuesBlocked_SeqSBAIJ_Inlined()
466 if (roworiented) { in MatSetValuesBlocked_SeqSBAIJ_Inlined()
489 PetscBool roworiented = a->roworiented; in MatSetValuesBlocked_SeqBAIJ_Inlined() local
510 if (roworiented) { in MatSetValuesBlocked_SeqBAIJ_Inlined()
546 if (roworiented) { in MatSetValuesBlocked_SeqBAIJ_Inlined()
569 …PetscBool roworiented = baij->roworiented, ignore_ltriangular = ((Mat_SeqSBAIJ *)baij->A->d… in MatSetValuesBlocked_MPISBAIJ() local
580 if (roworiented) { in MatSetValuesBlocked_MPISBAIJ()
596 if (roworiented && n == 1) { in MatSetValuesBlocked_MPISBAIJ()
598 } else if ((!roworiented) && (m == 1)) { in MatSetValuesBlocked_MPISBAIJ()
601 if (roworiented) { in MatSetValuesBlocked_MPISBAIJ()
639 if (roworiented) { in MatSetValuesBlocked_MPISBAIJ()
819 r1 = baij->roworiented; in MatAssemblyEnd_MPISBAIJ()
820 r2 = a->roworiented; in MatAssemblyEnd_MPISBAIJ()
821 r3 = ((Mat_SeqBAIJ *)baij->B->data)->roworiented; in MatAssemblyEnd_MPISBAIJ()
823 baij->roworiented = PETSC_FALSE; in MatAssemblyEnd_MPISBAIJ()
824 a->roworiented = PETSC_FALSE; in MatAssemblyEnd_MPISBAIJ()
826 ((Mat_SeqBAIJ *)baij->B->data)->roworiented = PETSC_FALSE; /* b->roworiented */ in MatAssemblyEnd_MPISBAIJ()
844 baij->roworiented = r1; in MatAssemblyEnd_MPISBAIJ()
845 a->roworiented = r2; in MatAssemblyEnd_MPISBAIJ()
847 ((Mat_SeqBAIJ *)baij->B->data)->roworiented = r3; /* b->roworiented */ in MatAssemblyEnd_MPISBAIJ()
1509 a->roworiented = flg; in MatSetOption_MPISBAIJ()
1981 PetscBool roworiented = ((Mat_MPISBAIJ *)B->data)->roworiented; in MatMPISBAIJSetPreallocationCSR_MPISBAIJ() local
2028 …if (bs == 1 || !roworiented) { /* block ordering matches the non-nested layout of MatSetValues so … in MatMPISBAIJSetPreallocationCSR_MPISBAIJ()
2098 b->roworiented = PETSC_TRUE; in MatCreate_MPISBAIJ()
2431 a->roworiented = oldmat->roworiented; in MatDuplicate_MPISBAIJ()