Home
last modified time | relevance | path

Searched refs:emax_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.c51 } else if (cheb->emax_provided != 0.) { in KSPChebyshevGetEigenvalues_Chebyshev()
52 *emax = cheb->tform[2] * cheb->emin_provided + cheb->tform[3] * cheb->emax_provided; 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()
740 } else if (cheb->emax_provided != 0.) { in KSPView_Chebyshev()
741 …nsform: [%g %g; %g %g]\n", (double)cheb->emin_provided, (double)cheb->emax_provided, (double)cheb-… in KSPView_Chebyshev()
786 cheb->emax_provided = 0; in KSPSetUp_Chebyshev()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c605 cheb->emax_provided = 0; in PCSetUp_GAMG()
937 cheb->emax_provided = emax; in PCSetUp_GAMG()