slepc-3.18.0 2022-10-01
Report Typos and Errors
EPSGetConverged
Gets the number of converged eigenpairs.
Synopsis
#include "slepceps.h"
PetscErrorCode
EPSGetConverged
(
EPS
eps,
PetscInt
*nconv)
Not Collective
Input Parameter
eps
- the eigensolver context
Output Parameter
nconv
- number of converged eigenpairs
Note
This function should be called after
EPSSolve
() has finished.
See Also
EPSSetDimensions
(),
EPSSolve
(),
EPSGetEigenpair
()
Level
beginner
Location
src/eps/interface/epssolve.c
Examples
src/eps/tutorials/ex1.c.html
src/eps/tutorials/ex1f.F.html
src/eps/tutorials/ex7.c.html
src/eps/tutorials/ex19.c.html
src/eps/tutorials/ex24.c.html
src/eps/tutorials/ex29.c.html
src/eps/tutorials/ex31.c.html
src/eps/tutorials/ex34.c.html
src/eps/tutorials/ex41.c.html
src/eps/tutorials/ex47.c.html
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages