slepc-3.16.2 2022-02-01
Report Typos and Errors

EPSMonitorCancel

Clears all monitors for an EPS object.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSMonitorCancel(EPS eps)
Logically Collective on eps

Input Parameters

eps  - eigensolver context obtained from EPSCreate()

Options Database Key

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

See Also

EPSMonitorSet()

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