:orphan: # KSPChebyshevEstEigSetUseNoisy use a noisy right hand side in order to do the estimate instead of the given right hand side ## Synopsis ``` #include "petscksp.h" PetscErrorCode KSPChebyshevEstEigSetUseNoisy(KSP ksp, PetscBool use) ``` Logically Collective ## Input Parameters - ***ksp -*** linear solver context - ***use -*** `PETSC_TRUE` to use noisy ## Options Database Key - ***-ksp_chebyshev_esteig_noisy -*** Use noisy right hand side for estimate ## Note This allegedly works better for multigrid smoothers ## See Also [](ch_ksp), `KSPCHEBYSHEV`, `KSPChebyshevEstEigSet()`, `KSPChebyshevEstEigGetKSP()` ## Level intermediate ## Location src/ksp/ksp/impls/cheby/cheby.c ## Implementations KSPChebyshevEstEigSetUseNoisy_Chebyshev in src/ksp/ksp/impls/cheby/cheby.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/impls/cheby/cheby.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)