Lines Matching refs:PetscMPIInt

55   PetscMPIInt      rank, size, tag0, tag1, idex, end, i, proc, nrqs, *rtable, *pa, nrqr;  in MatCreateSubMatrices_MPIDense_Local()
96 for (PetscMPIInt i = 0, j = 0; i < size; i++) { in MatCreateSubMatrices_MPIDense_Local()
115 for (PetscMPIInt j = 0; j < size; j++) { in MatCreateSubMatrices_MPIDense_Local()
127 for (PetscMPIInt i = 0; i < size; i++) { in MatCreateSubMatrices_MPIDense_Local()
134 for (PetscMPIInt i = 0, j = 0; i < size; i++) { in MatCreateSubMatrices_MPIDense_Local()
142 for (PetscMPIInt i = 0; i < nrqs; i++) { in MatCreateSubMatrices_MPIDense_Local()
143 PetscMPIInt j = pa[i]; in MatCreateSubMatrices_MPIDense_Local()
166 for (PetscMPIInt i = 0; i < nrqs; i++) { in MatCreateSubMatrices_MPIDense_Local()
167 PetscMPIInt j = pa[i]; in MatCreateSubMatrices_MPIDense_Local()
176 for (PetscMPIInt i = 0; i < nrqs; i++) { in MatCreateSubMatrices_MPIDense_Local()
198 for (PetscMPIInt j = 0; j < size; j++) { /* Can Optimise this loop too */ in MatCreateSubMatrices_MPIDense_Local()
211 for (PetscMPIInt i = 0; i < nrqs; ++i) { in MatCreateSubMatrices_MPIDense_Local()
212 PetscMPIInt j = pa[i]; in MatCreateSubMatrices_MPIDense_Local()
219 for (PetscMPIInt i = 0; i < nrqs; i++) { in MatCreateSubMatrices_MPIDense_Local()
220 PetscMPIInt j = pa[i]; in MatCreateSubMatrices_MPIDense_Local()
236 PetscMPIInt s_proc; in MatCreateSubMatrices_MPIDense_Local()
239 for (PetscMPIInt i = 0; i < nrqr; ++i) { in MatCreateSubMatrices_MPIDense_Local()
372 for (PetscMPIInt i = 0; i < ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
381 for (PetscMPIInt i = 0; i < nrqs; ++i) PetscCall(PetscFree(rbuf2[i])); in MatCreateSubMatrices_MPIDense_Local()
387 for (PetscMPIInt i = 0; i < nrqr; ++i) PetscCall(PetscFree(sbuf2[i])); in MatCreateSubMatrices_MPIDense_Local()