Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas_cholesky.h55 PetscInt i_here, i_last, n_copy; in spbas_cholesky_garbage_collect() local
117 i_last = i_here + result->row_nnz[i]; in spbas_cholesky_garbage_collect()
119 if (*n_alloc_used > i_here || i_last > n_alloc) n_rescue += result->row_nnz[i]; in spbas_cholesky_garbage_collect()
140 i_last = i_here + result->row_nnz[i]; in spbas_cholesky_garbage_collect()
142 if (*n_alloc_used > i_here || i_last > n_alloc) { in spbas_cholesky_garbage_collect()
199 i_last = i_here + result->row_nnz[i]; in spbas_cholesky_garbage_collect()
205 if (*n_alloc_used > i_here || i_last > n_alloc) { in spbas_cholesky_garbage_collect()