Searched refs:po_a (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 5433 const PetscScalar *pd_a, *po_a; in MatCreateSeqSubMatrixWithRows_Private() local 5550 PetscCall(MatSeqAIJGetArrayRead(p->B, &po_a)); in MatCreateSeqSubMatrixWithRows_Private() 5553 PetscCall(PetscSFBcastBegin(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private() 5574 PetscCall(PetscSFBcastEnd(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private() 5576 PetscCall(MatSeqAIJRestoreArrayRead(p->B, &po_a)); in MatCreateSeqSubMatrixWithRows_Private() 5646 const PetscScalar *pd_a, *po_a; in MatGetBrowsOfAcols_MPIXAIJ() local 5654 PetscCall(MatSeqAIJGetArrayRead(p->B, &po_a)); in MatGetBrowsOfAcols_MPIXAIJ() 5656 PetscCall(PetscSFBcastBegin(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatGetBrowsOfAcols_MPIXAIJ() 5658 PetscCall(PetscSFBcastEnd(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatGetBrowsOfAcols_MPIXAIJ() 5660 PetscCall(MatSeqAIJRestoreArrayRead(p->B, &po_a)); in MatGetBrowsOfAcols_MPIXAIJ()
|