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 NEPMonitorRegisterFn

  • format - the format of the viewer

  • ctx - a context for the monitor

  • result - a PetscViewerAndFormat object

See Also#

NEPMonitorRegisterFn, NEPMonitorSet(), NEPMonitorRegister(), NEPMonitorFn, NEPMonitorRegisterDestroyFn

Level#

beginner

Location#

include/slepcnep.h


Index of all NEP routines Table of Contents for all manual pages Index of all manual pages