Lines Matching refs:p_oth
5423 Mat_SeqAIJ *pd = (Mat_SeqAIJ *)p->A->data, *po = (Mat_SeqAIJ *)p->B->data, *p_oth; in MatCreateSeqSubMatrixWithRows_Private() local
5504 p_oth = (Mat_SeqAIJ *)(*P_oth)->data; in MatCreateSeqSubMatrixWithRows_Private()
5552 PetscCall(PetscSFBcastBegin(sf, MPIU_SCALAR, pd_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5553 PetscCall(PetscSFBcastBegin(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5557 PetscCall(PetscSFBcastBegin(sf, MPIU_INT, pd->j, p_oth->j, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5563 PetscCall(PetscSFBcastBegin(osf, MPIU_INT, po->j, p_oth->j, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5564 PetscCall(PetscSFBcastEnd(sf, MPIU_INT, pd->j, p_oth->j, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5567 PetscCall(PetscSFBcastEnd(osf, MPIU_INT, po->j, p_oth->j, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private()
5573 PetscCall(PetscSFBcastEnd(sf, MPIU_SCALAR, pd_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()
5578 for (i = 0; i < nrows; i++) p_oth->ilen[i] = p_oth->imax[i]; in MatCreateSeqSubMatrixWithRows_Private()
5596 Mat_SeqAIJ *p_oth; in MatGetBrowsOfAcols_MPIXAIJ() local
5651 p_oth = (Mat_SeqAIJ *)(*P_oth)->data; in MatGetBrowsOfAcols_MPIXAIJ()
5655 PetscCall(PetscSFBcastBegin(sf, MPIU_SCALAR, pd_a, p_oth->a, MPI_REPLACE)); in MatGetBrowsOfAcols_MPIXAIJ()
5656 PetscCall(PetscSFBcastBegin(osf, MPIU_SCALAR, po_a, p_oth->a, MPI_REPLACE)); in MatGetBrowsOfAcols_MPIXAIJ()
5657 PetscCall(PetscSFBcastEnd(sf, MPIU_SCALAR, pd_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()