slepc-3.16.1 2021-11-17
Report Typos and Errors

MFNMonitorCancel

Clears all monitors for an MFN object.

Synopsis

#include "slepcmfn.h" 
PetscErrorCode MFNMonitorCancel(MFN mfn)
Logically Collective on mfn

Input Parameters

mfn  - matrix function context obtained from MFNCreate()

Options Database Key

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

See Also

MFNMonitorSet()

Location: src/mfn/interface/mfnmon.c
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages