Lines Matching refs:roworiented
244 PetscBool roworiented = baij->roworiented; in MatSetValues_MPIBAIJ() local
274 if (roworiented) value = v[i * n + j]; in MatSetValues_MPIBAIJ()
305 if (roworiented) value = v[i * n + j]; in MatSetValues_MPIBAIJ()
315 if (roworiented) { in MatSetValues_MPIBAIJ()
332 PetscBool roworiented = a->roworiented; in MatSetValuesBlocked_SeqBAIJ_Inlined() local
353 if (roworiented) { in MatSetValuesBlocked_SeqBAIJ_Inlined()
389 if (roworiented) { in MatSetValuesBlocked_SeqBAIJ_Inlined()
412 PetscBool roworiented = baij->roworiented; in MatSetValuesBlocked_MPIBAIJ() local
423 if (roworiented) stepval = (n - 1) * bs; in MatSetValuesBlocked_MPIBAIJ()
433 if ((roworiented) && (n == 1)) { in MatSetValuesBlocked_MPIBAIJ()
435 } else if ((!roworiented) && (m == 1)) { in MatSetValuesBlocked_MPIBAIJ()
438 if (roworiented) { in MatSetValuesBlocked_MPIBAIJ()
477 if (roworiented) { in MatSetValuesBlocked_MPIBAIJ()
495 PetscBool roworiented = baij->roworiented; in MatSetValues_MPIBAIJ_HT() local
514 if (roworiented) value = v[i * n + j]; in MatSetValues_MPIBAIJ_HT()
543 if (roworiented) { in MatSetValues_MPIBAIJ_HT()
560 PetscBool roworiented = baij->roworiented; in MatSetValuesBlocked_MPIBAIJ_HT() local
571 if (roworiented) stepval = (n - 1) * bs; in MatSetValuesBlocked_MPIBAIJ_HT()
608 if (roworiented) { in MatSetValuesBlocked_MPIBAIJ_HT()
637 if (roworiented) { in MatSetValuesBlocked_MPIBAIJ_HT()
933 r1 = baij->roworiented; in MatAssemblyEnd_MPIBAIJ()
934 r2 = a->roworiented; in MatAssemblyEnd_MPIBAIJ()
935 r3 = ((Mat_SeqBAIJ *)baij->B->data)->roworiented; in MatAssemblyEnd_MPIBAIJ()
937 baij->roworiented = PETSC_FALSE; in MatAssemblyEnd_MPIBAIJ()
938 a->roworiented = PETSC_FALSE; in MatAssemblyEnd_MPIBAIJ()
939 ((Mat_SeqBAIJ *)baij->B->data)->roworiented = PETSC_FALSE; in MatAssemblyEnd_MPIBAIJ()
957 baij->roworiented = r1; in MatAssemblyEnd_MPIBAIJ()
958 a->roworiented = r2; in MatAssemblyEnd_MPIBAIJ()
959 ((Mat_SeqBAIJ *)baij->B->data)->roworiented = r3; in MatAssemblyEnd_MPIBAIJ()
1473 a->roworiented = flg; in MatSetOption_MPIBAIJ()
2551 PetscBool roworiented = ((Mat_MPIBAIJ *)B->data)->roworiented; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local
2591 …if (bs == 1 || !roworiented) { /* block ordering matches the non-nested layout of MatSetValues so … in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
2869 b->roworiented = PETSC_TRUE; in MatCreate_MPIBAIJ()
3180 a->roworiented = oldmat->roworiented; in MatDuplicate_MPIBAIJ()
3425 PetscBool roworiented = baij->roworiented; in matmpibaijsetvaluesblocked_() local
3446 if (roworiented) stepval = (n - 1) * bs; in matmpibaijsetvaluesblocked_()
3456 if ((roworiented) && (n == 1)) { in matmpibaijsetvaluesblocked_()
3458 } else if ((!roworiented) && (m == 1)) { in matmpibaijsetvaluesblocked_()
3461 if (roworiented) { in matmpibaijsetvaluesblocked_()
3509 if (roworiented) { in matmpibaijsetvaluesblocked_()