Searched refs:pd_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 5549 PetscCall(MatSeqAIJGetArrayRead(p->A, &pd_a)); in MatCreateSeqSubMatrixWithRows_Private() 5552 PetscCall(PetscSFBcastBegin(sf, MPIU_SCALAR, pd_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private() 5573 PetscCall(PetscSFBcastEnd(sf, MPIU_SCALAR, pd_a, p_oth->a, MPI_REPLACE)); in MatCreateSeqSubMatrixWithRows_Private() 5575 PetscCall(MatSeqAIJRestoreArrayRead(p->A, &pd_a)); in MatCreateSeqSubMatrixWithRows_Private() 5646 const PetscScalar *pd_a, *po_a; in MatGetBrowsOfAcols_MPIXAIJ() local 5653 PetscCall(MatSeqAIJGetArrayRead(p->A, &pd_a)); in MatGetBrowsOfAcols_MPIXAIJ() 5655 PetscCall(PetscSFBcastBegin(sf, MPIU_SCALAR, pd_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() 5659 PetscCall(MatSeqAIJRestoreArrayRead(p->A, &pd_a)); in MatGetBrowsOfAcols_MPIXAIJ()
|