slepc-3.15.2 2021-09-20
Report Typos and Errors

NEPSLPGetKSP

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

Synopsis

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

Input Parameter

nep  - nonlinear eigenvalue solver

Output Parameter

ksp  - the linear solver object

See Also

NEPSLPSetKSP()

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