Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5771 PetscScalar *b_otha, *bufa, *bufA, *vals = NULL; in MatGetBrowsOfAoCols_MPIAIJ() local
5870 PetscCall(PetscMalloc1(b_othi[aBn], &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ()
5901 PetscCall(MatSeqAIJGetArrayWrite(*B_oth, &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ()
5908 …PetscCallMPI(MPIU_Irecv(PetscSafePointerPlusOffset(b_otha, rstartsj[i]), nrows, MPIU_SCALAR, rproc… in MatGetBrowsOfAoCols_MPIAIJ()
5934 …PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, aBn, B->cmap->N, b_othi, b_othj, b_otha, B_ot… in MatGetBrowsOfAoCols_MPIAIJ()
5953 PetscCall(MatSeqAIJRestoreArrayWrite(*B_oth, &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ()