#include "slepcst.h" PetscErrorCode STSetType(ST st,STType type)Logically Collective on st
st | - the spectral transformation context. | |
type | - a known type |
-st_type <type> | - Sets ST type |
Use -help for a list of available transformations
Normally, it is best to use the EPSSetFromOptions() command and then set the ST type from the options database rather than by using this routine. Using the options database provides the user with maximum flexibility in evaluating the many different transformations.
Location: src/sys/classes/st/interface/stset.c