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