Parameters for Conjugate Gradient solver. Plus de détails...
Graphe de collaboration de Arcane::Alina::ConjugateGradientSolverParams:Types publics | |
| using | params = ConjugateGradientSolverParams |
Fonctions membres publiques | |
| ConjugateGradientSolverParams (const PropertyTree &p) | |
| void | get (PropertyTree &p, const std::string &path) const |
Attributs publics | |
| 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 Conjugate Gradient solver.
Définition à la ligne 42 du fichier ConjugateGradientSolver.h.
Définition à la ligne 44 du fichier ConjugateGradientSolver.h.
|
inline |
Définition à la ligne 67 du fichier ConjugateGradientSolver.h.
|
inline |
Définition à la ligne 77 du fichier ConjugateGradientSolver.h.
| double Arcane::Alina::ConjugateGradientSolverParams::abstol = std::numeric_limits<double>::min() |
Target absolute residual error.
Définition à la ligne 53 du fichier ConjugateGradientSolver.h.
| Int32 Arcane::Alina::ConjugateGradientSolverParams::maxiter = 100 |
Maximum number of iterations.
Définition à la ligne 47 du fichier ConjugateGradientSolver.h.
| bool Arcane::Alina::ConjugateGradientSolverParams::ns_search = false |
Ignore the trivial solution x=0 when rhs is zero.
Useful for searching for the null-space vectors of the system.
Définition à la ligne 60 du fichier ConjugateGradientSolver.h.
| double Arcane::Alina::ConjugateGradientSolverParams::tol = 1.0e-8 |
Target relative residual error.
Définition à la ligne 50 du fichier ConjugateGradientSolver.h.
| bool Arcane::Alina::ConjugateGradientSolverParams::verbose = false |
Verbose output (show iterations and error)
Définition à la ligne 63 du fichier ConjugateGradientSolver.h.