NEPRIIGetDeflationThreshold#

Returns the threshold value that controls deflation.

Synopsis#

#include "slepcnep.h" 
PetscErrorCode NEPRIIGetDeflationThreshold(NEP nep,PetscReal *deftol)

Not Collective

Input Parameter#

  • nep - nonlinear eigenvalue solver

Output Parameter#

  • deftol - the threshold

See Also#

NEPRIISetDeflationThreshold()

Level#

advanced

Location#

src/nep/impls/rii/rii.c

Implementations#

NEPRIIGetDeflationThreshold_RII() in src/nep/impls/rii/rii.c


Index of all NEP routines Table of Contents for all manual pages Index of all manual pages