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

Public Methods | |
| CMAbsMixResidual (const ConvMonitor_prm &p) | |
| CMAbsMixResidual (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) | |
| ~CMAbsMixResidual () | |
| virtual void | getScaling (String &scale) const |
| virtual real | getScaling () const |
| virtual void | init (Handle(LinEqCommBlk) &communication) |
| virtual bool | satisfied () |
| virtual void | performance (ConvStatistics &convStat) |
| virtual String | description () const |
| virtual void | print (Os os) const |
Protected Attributes | |
| Handle(LinEqVector) | r |
NAME: CMAbsMixResidual - convergence monitor based on absolute mixed residuals
DESCRIPTION:
This class implements the convergence test based on the absolute mixed residual `$S\cdot((r^{k},v^{k})`.
|
|
See class "CMAbsResidual". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented from CMAbsResidual. |
|
|
Reimplemented from ConvMonitor. |
|
|
Reimplemented from ConvMonitor. |
|
|
set up communication link via the "LinEqCommBlk" object referred to by "communication". Reimplemented from CMAbsResidual. |
|
|
fill out relevant parts of a "LinEqStatBlk" object for performance report. Reimplemented from CMAbsResidual. |
|
|
Reimplemented from CMAbsResidual. |
|
|
monitor the test value and return true if the condition is met. Reimplemented from CMAbsResidual. |
|
|
Reimplemented from CMAbsResidual. |
|
|
|