Searched refs:aBn (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 5851 PetscCall(PetscMalloc1(aBn + 1, &b_othi)); in MatGetBrowsOfAoCols_MPIAIJ() 5869 PetscCall(PetscMalloc1(b_othi[aBn], &b_othj)); in MatGetBrowsOfAoCols_MPIAIJ() 5870 PetscCall(PetscMalloc1(b_othi[aBn], &b_otha)); in MatGetBrowsOfAoCols_MPIAIJ() 5934 …PetscCall(MatCreateSeqAIJWithArrays(PETSC_COMM_SELF, aBn, B->cmap->N, b_othi, b_othj, b_otha, B_ot… in MatGetBrowsOfAoCols_MPIAIJ()
|