PEPMonitorRegisterDestroyFn#

A function prototype for functions that do the after use destruction when provided to PEPMonitorRegister()

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PEPMonitorRegisterDestroyFn(PetscViewerAndFormat **result);

Calling Sequence#

  • vf - a PetscViewerAndFormat object to be destroyed, including any context

See Also#

PEPMonitorRegisterFn, PEPMonitorSet(), PEPMonitorRegister(), PEPMonitorFn, PEPMonitorRegisterCreateFn

Level#

beginner

Location#

include/slepcpep.h


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