NEPRIISetKSP#

Associate a linear solver object (KSP) to the nonlinear eigenvalue solver.

Synopsis#

#include "slepcnep.h" 
PetscErrorCode NEPRIISetKSP(NEP nep,KSP ksp)

Collective

Input Parameters#

  • nep - the nonlinear eigensolver context

  • ksp - the linear solver object

See Also#

NEP: Nonlinear Eigenvalue Problems, NEPRIIGetKSP()

Level#

advanced

Location#

src/nep/impls/rii/rii.c

Implementations#

NEPRIISetKSP_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