EPSSetArbitrarySelectionContextDestroy#
Set a context destroy function for the context used in the arbitrary selection.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSSetArbitrarySelectionContextDestroy(EPS eps,PetscCtxDestroyFn *destroy)
Logically Collective
Input Parameters#
eps - the linear eigensolver context
destroy - context destroy function, see
PetscCtxDestroyFnfor its calling sequence
See Also#
Level#
advanced
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages