Lines Matching refs:i_here
55 PetscInt i_here, i_last, n_copy; in spbas_cholesky_garbage_collect() local
116 PetscCall(PetscIntCast(result->icols[i] - result->alloc_icol, &i_here)); in spbas_cholesky_garbage_collect()
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()
139 PetscCall(PetscIntCast(result->icols[i] - result->alloc_icol, &i_here)); 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()
198 PetscCall(PetscIntCast(result->icols[i] - result->alloc_icol, &i_here)); 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()
212 result->icols[i][j] = result->alloc_icol[i_here + j]; in spbas_cholesky_garbage_collect()
213 result->values[i][j] = result->alloc_val[i_here + j]; in spbas_cholesky_garbage_collect()