LMEMonitorRegisterCreateFn#
A function prototype for functions that do the creation when provided to LMEMonitorRegister().
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode LMEMonitorRegisterCreateFn(PetscViewer viewer,PetscViewerFormat format,void *ctx,PetscViewerAndFormat **result);
Calling Sequence#
viewer - the viewer to be used with the
LMEMonitorRegisterFnformat - the format of the viewer
ctx - a context for the monitor
result - a
PetscViewerAndFormatobject
See Also#
LME: Linear Matrix Equation, LMEMonitorRegisterFn, LMEMonitorSet(), LMEMonitorRegister(), LMEMonitorFn, LMEMonitorRegisterDestroyFn
Level#
advanced
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages