Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cheby/ !
H A Dchebyshevimpl.h14 PetscInt num_betas_alloc; member
H A Dcheby.c767 if (ksp->max_it > cheb->num_betas_alloc) { in KSPSetUp_Chebyshev()
770 cheb->num_betas_alloc = ksp->max_it; in KSPSetUp_Chebyshev()