Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c167 PetscInt len_unused, nodata2; in MatIncreaseOverlap_MPISBAIJ_Once() local
339len_unused = len_est; /* unused space in the array odata2_ptr[nodata2]-- needs to be >= len_max */ in MatIncreaseOverlap_MPISBAIJ_Once()
357 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()
360 len_unused = len_est; in MatIncreaseOverlap_MPISBAIJ_Once()
371 len_unused -= len; in MatIncreaseOverlap_MPISBAIJ_Once()
381 if (len_unused < len_max) { /* allocate more space for odata2 */ in MatIncreaseOverlap_MPISBAIJ_Once()