Searched refs:b_othj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 5769 …PetscInt *rowlen, *bufj, *bufJ, ncols = 0, aBn = a->B->cmap->n, row, *b_othi, *b_othj, *r… in MatGetBrowsOfAoCols_MPIAIJ() local 5869 PetscCall(PetscMalloc1(b_othi[aBn], &b_othj)); in MatGetBrowsOfAoCols_MPIAIJ() 5876 …PetscCallMPI(MPIU_Irecv(PetscSafePointerPlusOffset(b_othj, rstartsj[i]), nrows, MPIU_INT, rprocs[i… in MatGetBrowsOfAoCols_MPIAIJ() 5934 …PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, aBn, B->cmap->N, b_othi, b_othj, b_otha, B_ot… in MatGetBrowsOfAoCols_MPIAIJ()
|