Searched refs:emin_computed (Results 1 – 2 of 2) sorted by relevance
11 PetscReal emin_computed, emax_computed; /* eigenvalues as computed by kspest, if computed */ member
50 *emax = cheb->tform[2] * cheb->emin_computed + cheb->tform[3] * cheb->emax_computed; in KSPChebyshevGetEigenvalues_Chebyshev()56 } else if (cheb->emin_computed != 0.) { in KSPChebyshevGetEigenvalues_Chebyshev()57 *emin = cheb->tform[0] * cheb->emin_computed + cheb->tform[1] * cheb->emax_computed; in KSPChebyshevGetEigenvalues_Chebyshev()734 … %g, max %g\n", ((PetscObject)cheb->kspest)->type_name, (double)cheb->emin_computed, (double)cheb-… in KSPView_Chebyshev()849 cheb->emin_computed = min; in KSPSetUp_Chebyshev()