NEPRIIGetConstCorrectionTol#

Returns the constant tolerance flag.

Synopsis#

#include "slepcnep.h" 
PetscErrorCode NEPRIIGetConstCorrectionTol(NEP nep,PetscBool *cct)

Not Collective

Input Parameter#

  • nep - nonlinear eigenvalue solver

Output Parameter#

  • cct - the value of the constant tolerance flag

See Also#

NEPRIISetConstCorrectionTol()

Level#

intermediate

Location#

src/nep/impls/rii/rii.c

Implementations#

NEPRIIGetConstCorrectionTol_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