#include "petscksp.h" PetscErrorCode KSPChebyshevEstEigSetUseRandom(KSP ksp,PetscBool use)Logically Collective
ksp | - linear solver context | |
use | - PETSC_TRUE to use random |
Use KSPChebyshevEstEigSetRandom() to provide the random number generator to be used. Otherwise it creates a default
Level:intermediate
Location:src/ksp/ksp/impls/cheby/cheby.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages
-ksp_chebyshev_esteig_random <true,false> | - Notes: This alledgely works better for multigrid smoothers |