STShellSetApplyTranspose#

Sets routine to use as the application of the transposed operator to a vector in the user-defined spectral transformation.

Synopsis#

#include "slepcst.h" 
PetscErrorCode STShellSetApplyTranspose(ST st,STShellApplyTransposeFn *applytrans)

Logically Collective

Input Parameters#

  • st - the spectral transformation context

  • applytrans - the application-provided transformation routine

See Also#

STShellSetApply(), STShellSetBackTransform()

Level#

advanced

Location#

src/sys/classes/st/impls/shell/shell.c

Examples#

src/eps/tutorials/ex10.c

Implementations#

STShellSetApplyTranspose_Shell() in src/sys/classes/st/impls/shell/shell.c


Index of all ST routines Table of Contents for all manual pages Index of all manual pages