|
My Project
|
Convergence criterion which looks at the weighted absolute value of the residual. More...
Go to the source code of this file.
Classes | |
| class | Opm::Linear::WeightedResidualReductionCriterion< Vector, CollectiveCommunication > |
| Convergence criterion which looks at the weighted absolute value of the residual. More... | |
Namespaces | |
| namespace | Opm |
| This file contains a set of helper functions used by VFPProd / VFPInj. | |
Convergence criterion which looks at the weighted absolute value of the residual.
For the WeightedResidualReductionCriterion, the error of the solution is defined as
![\[ e^k = \max_i\{ \left| w_i r^k_i \right| \}\;, \]](form_140.png)
where 



In addition, to the reduction of the maximum defect, the linear solver is also considered to be converged, if the defect goes below a given absolute limit.