NEPNLEIGSGetEPS#

Retrieve the eigensolver object (EPS) associated to the nonlinear eigenvalue solver.

Synopsis#

#include "slepcnep.h" 
PetscErrorCode NEPNLEIGSGetEPS(NEP nep,EPS *eps)

Collective

Input Parameter#

  • nep - nonlinear eigenvalue solver

Output Parameter#

  • eps - the eigensolver object

See Also#

NEPNLEIGSSetEPS()

Level#

advanced

Location#

src/nep/impls/nleigs/nleigs-fullb.c

Implementations#

NEPNLEIGSGetEPS_NLEIGS() in src/nep/impls/nleigs/nleigs-fullb.c


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