slepc-3.16.0 2021-09-30
NEPGetConverged
Gets the number of converged eigenpairs.
Synopsis
#include "slepcnep.h"
#include "slepcbv.h"
PetscErrorCode NEPGetConverged(NEP nep,PetscInt *nconv)
Not Collective
Input Parameter
| nep | - the nonlinear eigensolver context
|
Output Parameter
| nconv | - number of converged eigenpairs
|
Note
This function should be called after NEPSolve() has finished.
See Also
NEPSetDimensions(), NEPSolve()
Location: src/nep/interface/nepsolve.c
Examples
src/nep/tutorials/ex20.c.html
src/nep/tutorials/ex42.c.html
src/nep/tutorials/ex20f90.F90.html
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages