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

Public Methods | |
| CMRelSeqResidual (const ConvMonitor_prm &p) | |
| CMRelSeqResidual (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) | |
| ~CMRelSeqResidual () | |
| virtual void | init (Handle(LinEqCommBlk) &communication) |
| virtual bool | satisfied () |
| virtual String | description () const |
NAME: CMRelSeqResidual - relative 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 relative and is based on the difference of two succeeding residuals, i.e., `$
|
|
|
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented from CMAbsSeqResidual. |
|
|
set up communication link via the "LinEqCommBlk" object referred to by "communication". Reimplemented from CMAbsSeqResidual. |
|
|
monitor the test value and return true if the condition is met. Reimplemented from ConvMonSeq. |
|
|
Reimplemented from CMAbsSeqResidual. |