slepc-3.7.0 2016-05-16
Report Typos and Errors

NEPNLEIGSGetInterpolation

Gets the tolerance and maximum iteration count used by the NLEIGS method when building the interpolation via divided differences.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPNLEIGSGetInterpolation(NEP nep,PetscReal *tol,PetscInt *maxits)
Not Collective

Input Parameter

nep  - the nonlinear eigensolver context

Output Parameter

tol  - the convergence tolerance
maxits  - maximum number of iterations

See Also

NEPNLEIGSSetInterpolation()

Location: src/nep/impls/nleigs/nleigs.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages