Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cheby/
H A Dcheby.c40 static PetscErrorCode KSPChebyshevGetEigenvalues_Chebyshev(KSP ksp, PetscReal *emax, PetscReal *emi… in KSPChebyshevGetEigenvalues_Chebyshev() function
418 PetscCall(KSPChebyshevGetEigenvalues_Chebyshev(ksp, &emax, &emin)); in KSPSolve_Chebyshev_FirstKind()
583 PetscCall(KSPChebyshevGetEigenvalues_Chebyshev(ksp, &emax, &emin)); in KSPSolve_Chebyshev_FourthKind()
731 PetscCall(KSPChebyshevGetEigenvalues_Chebyshev(ksp, &emax, &emin)); in KSPView_Chebyshev()