EPSClearMonitor

Clears all monitors for an EPS object.

Synopsis

#include "slepceps.h" 
int EPSClearMonitor(EPS eps)
Collective on EPS

Input Parameters

eps -eigensolver context obtained from EPSCreate()

Options Database Key

-eps_cancelmonitors -Cancels all monitors that have been hardwired into a code by calls to EPSSetMonitor() or EPSSetValuesMonitor(), but does not cancel those set via the options database.

See Also

EPSSetMonitor(), EPSSetValuesMonitor()

Level:intermediate
Location:
src/eps/interface/itfunc.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages