STGetVector

Gets a vector associated with the ST object; if the vector was not yet set it will return a nul pointer.

Synopsis

#include "slepcst.h" 
int STGetVector(ST st,Vec *vec)
Not collective, but vector is shared by all processors that share the ST

Input Parameter

st -the spectral transformation context

Output Parameter

vec -the vector

See Also

STSetVector()

Level:intermediate
Location:
src/st/interface/stfunc.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages