Searched refs:emin_provided (Results 1 – 3 of 3) sorted by relevance
12 …PetscReal emin_provided, emax_provided; /* provided by PCGAMG; discarded unless preconditioned by… member
52 *emax = cheb->tform[2] * cheb->emin_provided + cheb->tform[3] * cheb->emax_provided; in KSPChebyshevGetEigenvalues_Chebyshev()58 } else if (cheb->emin_provided != 0.) { in KSPChebyshevGetEigenvalues_Chebyshev()59 *emin = cheb->tform[0] * cheb->emin_provided + cheb->tform[1] * cheb->emax_provided; in KSPChebyshevGetEigenvalues_Chebyshev()85 …if ((cheb->emin_provided == 0. || cheb->emax_provided == 0.) && !cheb->kspest) { /* should this bl… in KSPChebyshevEstEigSet_Chebyshev()741 …ded (min %g, max %g) with transform: [%g %g; %g %g]\n", (double)cheb->emin_provided, (double)cheb-… in KSPView_Chebyshev()787 cheb->emin_provided = 0; in KSPSetUp_Chebyshev()
604 cheb->emin_provided = 0; in PCSetUp_GAMG()936 cheb->emin_provided = emin; in PCSetUp_GAMG()