Searched refs:total_sz (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 410 PetscInt row, total_sz, ct, ct1, ct2, ct3, mem_estimate, oct2, l, start, end; in MatIncreaseOverlap_MPIBAIJ_Receive() local 425 for (i = 0, ct = 0, total_sz = 0; i < nrqr; ++i) { in MatIncreaseOverlap_MPIBAIJ_Receive() 429 for (j = 1; j <= rbuf_0; j++) total_sz += rbuf_i[2 * j]; in MatIncreaseOverlap_MPIBAIJ_Receive() 434 mem_estimate = 3 * ((total_sz > max1 ? total_sz : max1) + 1); in MatIncreaseOverlap_MPIBAIJ_Receive()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 965 PetscInt row, total_sz, ct, ct1, ct2, ct3, mem_estimate, oct2, l, start, end; in MatIncreaseOverlap_MPIAIJ_Receive() local 980 for (i = 0, ct = 0, total_sz = 0; i < nrqr; ++i) { in MatIncreaseOverlap_MPIAIJ_Receive() 984 for (j = 1; j <= rbuf_0; j++) total_sz += rbuf_i[2 * j]; in MatIncreaseOverlap_MPIAIJ_Receive() 989 mem_estimate = 3 * ((total_sz > max1 ? total_sz : max1) + 1); in MatIncreaseOverlap_MPIAIJ_Receive()
|