STGetKSP
Gets the KSP object associated with the spectral transformation.
Synopsis
#include "slepcst.h"
PetscErrorCode STGetKSP(ST st,KSP* ksp)
Not Collective
Input Parameter
st - the spectral transformation context
Output Parameter
ksp - the linear system context
Notes
On output, the value of ksp can be PETSC_NULL if the combination of
eigenproblem type and selected transformation does not require to
solve a linear system of equations.
Location: src/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages