Home
last modified time | relevance | path

Searched refs:i_here (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
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()
[all …]