Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cheby/
H A Dchebyshevimpl.h11 PetscReal emin_computed, emax_computed; /* eigenvalues as computed by kspest, if computed */ member
H A Dcheby.c49 } else if (cheb->emax_computed != 0.) { in KSPChebyshevGetEigenvalues_Chebyshev()
50 *emax = cheb->tform[2] * cheb->emin_computed + cheb->tform[3] * cheb->emax_computed; in KSPChebyshevGetEigenvalues_Chebyshev()
57 *emin = cheb->tform[0] * cheb->emin_computed + cheb->tform[1] * cheb->emax_computed; in KSPChebyshevGetEigenvalues_Chebyshev()
734 …((PetscObject)cheb->kspest)->type_name, (double)cheb->emin_computed, (double)cheb->emax_computed)); in KSPView_Chebyshev()
850 cheb->emax_computed = max; in KSPSetUp_Chebyshev()