The type of spectral transformation can be specified at run time (e.g., -st_type shift) as well as several parameters such as the value of the shift (e.g., -st_shift 1.5).
ST objects are always related to EPS objects. Users should not create a standalone ST object.
ST options can also be set directly in application codes by first extracting the ST context from the EPS context via EPSGetST() and then directly calling the ST routines (e.g., STSetType()/ STSetShift() ).
Beginner - Basic usage | STCreate | STGetShift | STSetShift |
STDestroy | STSetFromOptions | STView |
Intermediate - Setting options for algorithms and data structures | STGetKSP | STGetVector | STSetVector |
STGetNumberLinearIterations | STResetNumberLinearIterations | STSinvertSetMatMode |
STGetOperators | STSetOperators | |
STGetType | STSetType | |
Advanced - Setting more advanced options and customization | STAppendOptionsPrefix | STRegisterDestroy | STSetUp |
STGetNumberOfShifts | STRegisterDynamic | STSinvertSetMatStructure |
STGetOptionsPrefix | STSetKSP | |
STRegisterAll | STSetOptionsPrefix | |
Developer - Interfaces intended primarily for library developers, not for typical applications programmers | STApply | STAssociatedKSPSolve | STShellSetBackTransform |
STApplyB | STShellGetName | STShellSetName |
STApplyNoB | STShellSetApply | |