Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas_cholesky.h46 PetscInt need_already = 0; in spbas_cholesky_garbage_collect() local
73 need_already += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
78 n_alloc_max = n_alloc_ok + need_already + max_need_extra; in spbas_cholesky_garbage_collect()
79 …n_alloc_est = n_alloc_ok + need_already + (int)(((PetscReal)max_need_extra) * ((PetscReal)n_alloc_… in spbas_cholesky_garbage_collect()