petsc-3.10.5 2019-03-28
KSPSetComputeEigenvalues
Sets a flag so that the extreme eigenvalues values will be calculated via a Lanczos or Arnoldi process as the linear system is solved.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPSetComputeEigenvalues(KSP ksp,PetscBool flg)
Logically Collective on KSP
Input Parameters
Notes
Currently this option is not valid for all iterative methods.
Keywords
set, compute, eigenvalues
See Also
KSPComputeEigenvalues(), KSPComputeEigenvaluesExplicitly(), KSP
Level
advanced
Location
src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages