Home
last modified time | relevance | path

Searched refs:len_max (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c166 PetscInt **odata2_ptr, *ctable = NULL, *btable, len_max, len_est; in MatIncreaseOverlap_MPISBAIJ_Once() local
332 len_max = ois_max * (Mbs + 1); /* max space storing all is[] for each receive */ in MatIncreaseOverlap_MPISBAIJ_Once()
333 len_est = 2 * len_max; /* estimated space of storing is[] for all receiving messages */ in MatIncreaseOverlap_MPISBAIJ_Once()
357 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()
380 len_max = is_max * (Mbs + 1); /* max space storing all is[] for this processor */ in MatIncreaseOverlap_MPISBAIJ_Once()
381 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()