slepc-3.7.1 2016-05-27
Report Typos and Errors

NEPRIIGetKSP

Retrieve the linear solver object (KSP) associated with the nonlinear eigenvalue solver.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPRIIGetKSP(NEP nep,KSP *ksp)
Not Collective

Input Parameter

nep  - nonlinear eigenvalue solver

Output Parameter

ksp  - the linear solver object

See Also

NEPRIISetKSP()

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

Examples

src/nep/examples/tutorials/ex21.c.html