Lines Matching refs:ctr
64 PetscInt *ctr, *tmp, *isz, *isz1, **xdata, **rbuf2, *d_p; in MatIncreaseOverlap_MPIBAIJ_Once() local
142 PetscCall(PetscMalloc4(size, &outdat, size, &ptr, msz, &tmp, size, &ctr)); in MatIncreaseOverlap_MPIBAIJ_Once()
180 PetscCall(PetscArrayzero(ctr, size)); in MatIncreaseOverlap_MPIBAIJ_Once()
190 ctr[proc]++; in MatIncreaseOverlap_MPIBAIJ_Once()
199 if ((ctr_j = ctr[j])) { in MatIncreaseOverlap_MPIBAIJ_Once()
235 PetscCall(PetscFree4(outdat, ptr, tmp, ctr)); in MatIncreaseOverlap_MPIBAIJ_Once()
411 PetscInt val, max1, max2, Mbs, no_malloc = 0, *tmp, new_estimate, ctr; in MatIncreaseOverlap_MPIBAIJ_Receive() local
464 for (ctr = 1; ctr <= i; ctr++) xdata[ctr] = xdata[ctr - 1] + isz1[ctr - 1]; in MatIncreaseOverlap_MPIBAIJ_Receive()
485 for (ctr = 1; ctr <= i; ctr++) xdata[ctr] = xdata[ctr - 1] + isz1[ctr - 1]; in MatIncreaseOverlap_MPIBAIJ_Receive()
504 for (ctr = 1; ctr <= i; ctr++) xdata[ctr] = xdata[ctr - 1] + isz1[ctr - 1]; in MatIncreaseOverlap_MPIBAIJ_Receive()
623 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; local
712 ctr = smat_i->ctr;
740 ctr = smat_i->ctr;
815 PetscCall(PetscMalloc4(size, &sbuf1, size, &ptr, 2 * msz, &tmp, size, &ctr));
842 PetscCall(PetscArrayzero(ctr, size));
851 ctr[proc]++;
858 if ((ctr_j = ctr[j])) {
1168 smat_i->ctr = ctr;
1207 smat_i->ctr = ctr;