#include "slepcpep.h" PetscErrorCode PEPMonitorSetFromOptions(PEP pep,const char opt[],const char name[],void *ctx,PetscBool trackall)Collective
pep | - the polynomial eigensolver context | |
opt | - the command line option for this monitor | |
name | - the monitor type one is seeking | |
ctx | - an optional user context for the monitor, or NULL | |
trackall | - whether this monitor tracks all eigenvalues or not |