EPSMonitorRegisterCreateFn#

A function prototype for functions that do the creation when provided to EPSMonitorRegister().

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode EPSMonitorRegisterCreateFn(PetscViewer viewer,PetscViewerFormat format,void *ctx,PetscViewerAndFormat **result);

Calling Sequence#

  • viewer - the viewer to be used with the EPSMonitorRegisterFn

  • format - the format of the viewer

  • ctx - a context for the monitor

  • result - a PetscViewerAndFormat object

See Also#

EPS: Eigenvalue Problem Solver, EPSMonitorRegisterFn, EPSMonitorSet(), EPSMonitorRegister(), EPSMonitorFn, EPSMonitorRegisterDestroyFn

Level#

advanced

Location#

include/slepceps.h


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