STShellSetDestroy#
Set a context destroy function for the STSHELL context.
Synopsis#
#include "slepcst.h"
PetscErrorCode STShellSetDestroy(ST st,STShellDestroyFn *destroy)
Logically Collective
Input Parameters#
st - the shell
STdestroy - context destroy function, see
STShellDestroyFnfor its calling sequence
See Also#
Level#
advanced
Location#
Examples#
src/eps/tutorials/ex36.c
src/eps/tutorials/ex10.c
src/eps/tutorials/ex35.c
Implementations#
STShellSetDestroy_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