#include <ConvMonitor.h>
Inheritance diagram for CMAbsSeqResidual::

Public Methods | |
| CMAbsSeqResidual (const ConvMonitor_prm &p) | |
| CMAbsSeqResidual (const real conv_tolerance=1.0e-4, const Residual_type residual_tp=ORIGINAL_RES, const Norm_type norm_tp=l2, const int chunk_size=100) | |
| ~CMAbsSeqResidual () | |
| virtual bool | hasResidualType () const |
| virtual Residual_type | getResidualType () const |
| virtual void | init (Handle(LinEqCommBlk) &communication) |
| virtual void | performance (ConvStatistics &convStat) |
| virtual String | description () const |
| virtual void | print (Os os) const |
Protected Attributes | |
| Residual_type | residual_tp |
NAME: CMAbsSeqResidual - absolute convergence monitor for sequence of residual vectors
DESCRIPTION:
Monitors the behaviour of a residual vector obtained from an "IterativeSolver" via a "LinEqCommBlk" object. The convergence test is absolute and is based on the difference of two succeeding residuals, i.e., `$
|
|
|
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented from ConvMonitor. Reimplemented in CMRelSeqResidual. |
|
|
Reimplemented from ConvMonitor. |
|
|
Reimplemented from ConvMonitor. |
|
|
set up communication link via the "LinEqCommBlk" object referred to by "communication". Reimplemented from ConvMonitor. Reimplemented in CMRelSeqResidual. |
|
|
fill out relevant parts of a "LinEqStatBlk" object for performance report. Reimplemented from ConvMonitor. |
|
|
Reimplemented from ConvMonSeq. |
|
|
Reimplemented from ConvMonSeq. Reimplemented in CMRelSeqResidual. |
|
|
|