slepc-3.14.0 2020-09-30
Report Typos and Errors

PEPConvMonitorSetFromOptions

Sets a monitor function and viewer appropriate for the type indicated by the user (for monitors that only show iteration numbers of convergence).

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPConvMonitorSetFromOptions(PEP pep,const char name[],const char help[],const char manual[],PetscErrorCode (*monitor)(PEP,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,SlepcConvMonitor))
Collective on pep

Input Parameters

pep  - the polynomial eigensolver context
name  - the monitor option name
help  - message indicating what monitoring is done
manual  - manual page for the monitor
monitor  - the monitor function, whose context is a SlepcConvMonitor

See Also

PEPMonitorSet(), PEPMonitorSetFromOptions()

Location: src/pep/interface/pepopts.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages