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

Public Methods | |
| CMRelTrueResidual (const ConvMonitor_prm &p) | |
| CMRelTrueResidual (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) | |
| ~CMRelTrueResidual () | |
| virtual void | getScaling (String &scale) const |
| virtual real | getScaling () const |
| virtual void | init (Handle(LinEqCommBlk) &communication) |
| virtual void | performance (ConvStatistics &convStat) |
| virtual String | description () const |
| virtual void | print (Os os) const |
Protected Attributes | |
| bool | rel_to_rhs |
NAME: CMRelTrueResidual - relative monitor for true residual vectors
DESCRIPTION:
Monitors the behaviour of a true residual vector obtained from a "LinEqSystem" procedure "residual" and possibly preconditioned by "applyLeftPrec" or "applyPrec", i.e. internal storage is needed. The convergence test is relative, `$S\cdot(
|
|
|
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented from CMAbsTrueResidual. |
|
|
Reimplemented from ConvMonitor. |
|
|
Reimplemented from ConvMonitor. |
|
|
set up communication link via the "LinEqCommBlk" object referred to by "communication". Reimplemented from CMAbsTrueResidual. |
|
|
fill out relevant parts of a "LinEqStatBlk" object for performance report. Reimplemented from CMAbsTrueResidual. |
|
|
Reimplemented from CMAbsTrueResidual. |
|
|
Reimplemented from CMAbsTrueResidual. |
|
|
|