STShellApplyFn#
A prototype of a function for the user-defined STApply() operation in an STSHELL.
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode STShellApplyFn(ST st,Vec xin,Vec xout);
Calling Sequence#
- st - the spectral transformation context 
- xin - input vector 
- xout - output vector 
See Also#
Level#
advanced
Location#
Index of all ST routines Table of Contents for all manual pages Index of all manual pages
