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 LMEMonitorRegisterFn
format - the format of the viewer
ctx - a context for the monitor
result - a PetscViewerAndFormat object
See Also#
LMEMonitorRegisterFn, LMEMonitorSet(), LMEMonitorRegister(), LMEMonitorFn, LMEMonitorRegisterDestroyFn
Level#
beginner
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages