Home
last modified time | relevance | path

Searched refs:B_oth (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5761 …at B, MatReuse scall, PetscInt **startsj_s, PetscInt **startsj_r, MatScalar **bufa_ptr, Mat *B_oth) in MatGetBrowsOfAoCols_MPIAIJ() argument
5787 *B_oth = NULL; in MatGetBrowsOfAoCols_MPIAIJ()
5901 PetscCall(MatSeqAIJGetArrayWrite(*B_oth, &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ()
5934 …scCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, aBn, B->cmap->N, b_othi, b_othj, b_otha, B_oth)); in MatGetBrowsOfAoCols_MPIAIJ()
5938 b_oth = (Mat_SeqAIJ *)(*B_oth)->data; in MatGetBrowsOfAoCols_MPIAIJ()
5953 PetscCall(MatSeqAIJRestoreArrayWrite(*B_oth, &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ()