Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cheby/
H A Dchebyshevimpl.h12 …PetscReal emin_provided, emax_provided; /* provided by PCGAMG; discarded unless preconditioned by… member
H A Dcheby.c52 *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()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c604 cheb->emin_provided = 0; in PCSetUp_GAMG()
936 cheb->emin_provided = emin; in PCSetUp_GAMG()