slepc-3.9.0 2018-04-12
Report Typos and Errors

MFNMonitorDefault

Print the error estimate of the current approximation at each iteration of the matrix function solver.

Synopsis

#include "slepcmfn.h" 
PetscErrorCode MFNMonitorDefault(MFN mfn,PetscInt its,PetscReal errest,PetscViewerAndFormat *vf)
Collective on MFN

Input Parameters

mfn  - matrix function context
its  - iteration number
errest  - error estimate
vf  - viewer and format for monitoring

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