Parameters for Richardson solver. More...
Public Types | |
| using | params = RichardsonSolverParams |
Public Member Functions | |
| RichardsonSolverParams (const PropertyTree &p) | |
| void | get (PropertyTree &p, const std::string &path) const |
Public Attributes | |
| double | damping = 1.0 |
| Damping factor. | |
| Int32 | maxiter = 100 |
| Maximum number of iterations. | |
| double | tol = 1.0e-8 |
| Target relative residual error. | |
| double | abstol = std::numeric_limits<double>::min() |
| Target absolute residual error. | |
| bool | ns_search = false |
| Ignore the trivial solution x=0 when rhs is zero. | |
| bool | verbose = false |
| Verbose output (show iterations and error). | |
Parameters for Richardson solver.
Definition at line 40 of file RichardsonSolver.h.
| using Arcane::Alina::RichardsonSolverParams::params = RichardsonSolverParams |
Definition at line 42 of file RichardsonSolver.h.
|
inline |
Definition at line 65 of file RichardsonSolver.h.
|
inline |
Definition at line 76 of file RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::abstol = std::numeric_limits<double>::min() |
Target absolute residual error.
Definition at line 54 of file RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::damping = 1.0 |
Damping factor.
Definition at line 45 of file RichardsonSolver.h.
| Int32 Arcane::Alina::RichardsonSolverParams::maxiter = 100 |
Maximum number of iterations.
Definition at line 48 of file RichardsonSolver.h.
| bool Arcane::Alina::RichardsonSolverParams::ns_search = false |
Ignore the trivial solution x=0 when rhs is zero.
Definition at line 58 of file RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::tol = 1.0e-8 |
Target relative residual error.
Definition at line 51 of file RichardsonSolver.h.
| bool Arcane::Alina::RichardsonSolverParams::verbose = false |
Verbose output (show iterations and error).
Definition at line 61 of file RichardsonSolver.h.