STGetSLES
Gets the SLES object associated with the spectral transformation.
Synopsis
#include "slepcst.h"
int STGetSLES(ST st,SLES* sles)
Not collective
Input Parameter
st -the spectral transformation context
Output Parameter
sles -the linear system context
Notes
On output, the value of sles can be PETSC_NULL if the combination of
eigenproblem type and selected transformation does not require to
solve a linear system of equations.
Level:intermediate
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages