STShellSetName

Sets an optional name to associate with a shell spectral transformation.

Synopsis

#include "slepcst.h" 
PetscErrorCode STShellSetName(ST st,char *name)
Not Collective

Input Parameters

st - the spectral transformation context
name - character string describing the shell spectral transformation

See Also

STShellGetName()

Level:developer
Location:
src/st/impls/shell/shell.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/examples/ex10.c.html