petsc-3.5.4 2015-05-23
Report Typos and Errors

KSPChebyshevSetNewMatrix

Indicates that the matrix has changed, causes eigenvalue estimates to be recomputed if appropriate.

Synopsis

#include "petscksp.h" 
PetscErrorCode KSPChebyshevSetNewMatrix(KSP ksp)
Logically Collective on KSP

Input Parameter

ksp -the Krylov space context

Keywords

KSP, Chebyshev, set, eigenvalues

See Also

KSPChebyshevSetEstimateEigenvalues()

Level:developer
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