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

Public Methods | |
| CMAbsSeqSolution (const ConvMonitor_prm &p) | |
| CMAbsSeqSolution (const real conv_tolerance=1.0e-4, const Norm_type norm_tp=l2, const int chunk_size=100) | |
| ~CMAbsSeqSolution () | |
| virtual void | init (Handle(LinEqCommBlk) &communication) |
| virtual String | description () const |
NAME: CMAbsSeqSolution - absolute convergence monitor for sequence of iterates
DESCRIPTION:
Monitors the behaviour of the iterates "x" managed by "IterativeSolver". The convergence test is absolute and is based on the difference of two succeeding iterates i.e., `$
|
|
|
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented from ConvMonitor. Reimplemented in CMRelSeqSolution. |
|
|
set up communication link via the "LinEqCommBlk" object referred to by "communication". Reimplemented from ConvMonitor. Reimplemented in CMRelSeqSolution. |
|
|
Reimplemented from ConvMonSeq. Reimplemented in CMRelSeqSolution. |