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
EPSMonitorRegisterFnformat - the format of the viewer
ctx - a context for the monitor
result - a
PetscViewerAndFormatobject
See Also#
EPS: Eigenvalue Problem Solver, EPSMonitorRegisterFn, EPSMonitorSet(), EPSMonitorRegister(), EPSMonitorFn, EPSMonitorRegisterDestroyFn
Level#
advanced
Location#
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages