Lines Matching refs:Mbs
63 PetscInt Mbs, **rbuf, row, msz, **outdat, **ptr; in MatIncreaseOverlap_MPIBAIJ_Once() local
75 Mbs = c->Mbs; in MatIncreaseOverlap_MPIBAIJ_Once()
166 …PetscCall(PetscCalloc5(imax, &table, imax, &data, imax, &isz, Mbs * imax, &d_p, (Mbs / PETSC_BITS_… in MatIncreaseOverlap_MPIBAIJ_Once()
169 table[i] = t_p + (Mbs / PETSC_BITS_PER_BYTE + 1) * i; in MatIncreaseOverlap_MPIBAIJ_Once()
170 data[i] = d_p + (Mbs)*i; in MatIncreaseOverlap_MPIBAIJ_Once()
411 PetscInt val, max1, max2, Mbs, no_malloc = 0, *tmp, new_estimate, ctr; in MatIncreaseOverlap_MPIBAIJ_Receive() local
416 Mbs = c->Mbs; in MatIncreaseOverlap_MPIBAIJ_Receive()
432 if (c->Mbs) max1 = ct * (a->nz + b->nz) / c->Mbs; in MatIncreaseOverlap_MPIBAIJ_Receive()
439 PetscCall(PetscBTCreate(Mbs, &xtable)); in MatIncreaseOverlap_MPIBAIJ_Receive()
450 PetscCall(PetscBTMemzero(Mbs, xtable)); in MatIncreaseOverlap_MPIBAIJ_Receive()
677 if (colflag && nrow[i] == c->Mbs) {
1071 PetscCall(PetscCalloc1(c->Mbs, &rmap[i]));