petsc-3.7.1 2016-05-15
Report Typos and Errors

KSPChebyshevEstEigSetRandom

set random context for estimating eigenvalues

Synopsis

#include "petscksp.h" 
PetscErrorCode KSPChebyshevEstEigSetRandom(KSP ksp,PetscRandom random)
Logically Collective Many br

Input Arguments

ksp - linear solver context Many br
random - random number context or NULL to use default Many br

Many br

See Also

KSPChebyshevEstEigSet(), PetscRandomCreate()

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