Parameters for Richardson solver. Plus de détails...
Graphe de collaboration de Arcane::Alina::RichardsonSolverParams:Types publics | |
| using | params = RichardsonSolverParams |
Fonctions membres publiques | |
| RichardsonSolverParams (const PropertyTree &p) | |
| void | get (PropertyTree &p, const std::string &path) const |
Attributs publics | |
| 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.
Définition à la ligne 40 du fichier RichardsonSolver.h.
Définition à la ligne 42 du fichier RichardsonSolver.h.
|
inline |
Définition à la ligne 65 du fichier RichardsonSolver.h.
|
inline |
Définition à la ligne 76 du fichier RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::abstol = std::numeric_limits<double>::min() |
Target absolute residual error.
Définition à la ligne 54 du fichier RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::damping = 1.0 |
Damping factor.
Définition à la ligne 45 du fichier RichardsonSolver.h.
| Int32 Arcane::Alina::RichardsonSolverParams::maxiter = 100 |
Maximum number of iterations.
Définition à la ligne 48 du fichier RichardsonSolver.h.
| bool Arcane::Alina::RichardsonSolverParams::ns_search = false |
Ignore the trivial solution x=0 when rhs is zero.
Définition à la ligne 58 du fichier RichardsonSolver.h.
| double Arcane::Alina::RichardsonSolverParams::tol = 1.0e-8 |
Target relative residual error.
Définition à la ligne 51 du fichier RichardsonSolver.h.
| bool Arcane::Alina::RichardsonSolverParams::verbose = false |
Verbose output (show iterations and error)
Définition à la ligne 61 du fichier RichardsonSolver.h.