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

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