SVDMonitorRegisterCreateFn#
A function prototype for functions that do the creation when provided to SVDMonitorRegister()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode SVDMonitorRegisterCreateFn(PetscViewer viewer,PetscViewerFormat format,void *ctx,PetscViewerAndFormat **result);
Calling Sequence#
viewer - the viewer to be used with the SVDMonitorRegisterFn
format - the format of the viewer
ctx - a context for the monitor
result - a PetscViewerAndFormat object
See Also#
SVDMonitorRegisterFn, SVDMonitorSet(), SVDMonitorRegister(), SVDMonitorFn, SVDMonitorRegisterDestroyFn
Level#
beginner
Location#
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages