![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Configuration for Uzawa algorithm. More...
#include <MathOpt_Uzawa.hxx>
Data Fields | |
| double | EpsLix = 1.0e-6 |
| Tolerance for X convergence. | |
| double | EpsLic = 1.0e-6 |
| Tolerance for dual variable convergence. | |
| int | MaxIterations = 500 |
| Maximum iterations. | |
Configuration for Uzawa algorithm.
| double MathOpt::UzawaConfig::EpsLic = 1.0e-6 |
Tolerance for dual variable convergence.
| double MathOpt::UzawaConfig::EpsLix = 1.0e-6 |
Tolerance for X convergence.
| int MathOpt::UzawaConfig::MaxIterations = 500 |
Maximum iterations.