Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas_cholesky.h56 const PetscReal xtra_perc = 20; in spbas_cholesky_garbage_collect() local
84 else if (n_alloc_max < n_alloc_est * (1 + xtra_perc / 100.0)) n_alloc = n_alloc_max; in spbas_cholesky_garbage_collect()
85 else n_alloc = (int)(n_alloc_est * (1 + xtra_perc / 100.0)); in spbas_cholesky_garbage_collect()
97 } else if (n_alloc_max < n_alloc_est * (1 + xtra_perc / 100.0)) { in spbas_cholesky_garbage_collect()
100 PetscCall(PetscInfo(NULL, "%6.2f %% more than the estimate\n", (double)xtra_perc)); in spbas_cholesky_garbage_collect()