slepc-3.6.3 2016-03-29
PEPGetConverged
Gets the number of converged eigenpairs.
Synopsis
#include "slepcpep.h"
PetscErrorCode PEPGetConverged(PEP pep,PetscInt *nconv)
Not Collective
Input Parameter
pep - the polynomial eigensolver context
Output Parameter
nconv - number of converged eigenpairs
Note
This function should be called after PEPSolve() has finished.
See Also
PEPSetDimensions(), PEPSolve()
Location: src/pep/interface/pepsolve.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages