Parameters for GMRES solver. Plus de détails...
Graphe de collaboration de Arcane::Alina::GMRESSolverParams:Types publics | |
| using | params = GMRESSolverParams |
Fonctions membres publiques | |
| GMRESSolverParams (const PropertyTree &p) | |
| void | get (PropertyTree &p, const std::string &path) const |
Attributs publics | |
| Int32 | M = 30 |
| Number of iterations before restart. | |
| ePreconditionerSideType | pside = ePreconditionerSideType::right |
| Preconditioning kind (left/right). | |
| 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 GMRES solver.
Définition à la ligne 40 du fichier GMRESSolver.h.
Définition à la ligne 42 du fichier GMRESSolver.h.
|
inline |
Définition à la ligne 68 du fichier GMRESSolver.h.
|
inline |
Définition à la ligne 80 du fichier GMRESSolver.h.
| double Arcane::Alina::GMRESSolverParams::abstol = std::numeric_limits<double>::min() |
Target absolute residual error.
Définition à la ligne 57 du fichier GMRESSolver.h.
| Int32 Arcane::Alina::GMRESSolverParams::M = 30 |
Number of iterations before restart.
Définition à la ligne 45 du fichier GMRESSolver.h.
| Int32 Arcane::Alina::GMRESSolverParams::maxiter = 100 |
Maximum number of iterations.
Définition à la ligne 51 du fichier GMRESSolver.h.
| bool Arcane::Alina::GMRESSolverParams::ns_search = false |
Ignore the trivial solution x=0 when rhs is zero.
Définition à la ligne 61 du fichier GMRESSolver.h.
| ePreconditionerSideType Arcane::Alina::GMRESSolverParams::pside = ePreconditionerSideType::right |
Preconditioning kind (left/right).
Définition à la ligne 48 du fichier GMRESSolver.h.
| double Arcane::Alina::GMRESSolverParams::tol = 1.0e-8 |
Target relative residual error.
Définition à la ligne 54 du fichier GMRESSolver.h.
| bool Arcane::Alina::GMRESSolverParams::verbose = false |
Verbose output (show iterations and error)
Définition à la ligne 64 du fichier GMRESSolver.h.