NEPMonitorRegisterCreateFn#
A function prototype for functions that do the creation when provided to NEPMonitorRegister().
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode NEPMonitorRegisterCreateFn(PetscViewer viewer,PetscViewerFormat format,void *ctx,PetscViewerAndFormat **result);
Calling Sequence#
viewer - the viewer to be used with the
NEPMonitorRegisterFnformat - the format of the viewer
ctx - a context for the monitor
result - a
PetscViewerAndFormatobject
See Also#
NEP: Nonlinear Eigenvalue Problems, NEPMonitorRegisterFn, NEPMonitorSet(), NEPMonitorRegister(), NEPMonitorFn, NEPMonitorRegisterDestroyFn
Level#
advanced
Location#
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages