BiConjugate Gradient Stabilized (BiCGSTAB) method. Plus de détails...
Graphe d'héritage de Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >:
Graphe de collaboration de Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >:Types publics | |
| using | backend_type = Backend |
| using | BackendType = Backend |
| typedef Backend::vector | vector |
| typedef Backend::value_type | value_type |
| typedef Backend::params | backend_params |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef math::inner_product_impl< typenamemath::rhs_of< value_type >::type >::return_type | coef_type |
| using | params = BiCGStabSolverParams |
Fonctions membres publiques | |
| BiCGStabSolver (size_t n, const params &prm=params(), const backend_params &backend_prm=backend_params(), const InnerProduct &inner_product=InnerProduct()) | |
Preallocates necessary data structures for the system of size n. | |
| template<class Matrix, class Precond, class Vec1, class Vec2> | |
| SolverResult | operator() (const Matrix &A, const Precond &P, const Vec1 &rhs, Vec2 &&x) const |
| template<class Precond, class Vec1, class Vec2> | |
| SolverResult | operator() (const Precond &P, const Vec1 &rhs, Vec2 &&x) const |
| size_t | bytes () const |
| Memory used in bytes. | |
Attributs publics | |
| params | prm |
Fonctions membres privées | |
| template<class Vec> | |
| scalar_type | norm (const Vec &x) const |
Attributs privés | |
| size_t | n |
| std::shared_ptr< vector > | r |
| std::shared_ptr< vector > | p |
| std::shared_ptr< vector > | v |
| std::shared_ptr< vector > | s |
| std::shared_ptr< vector > | t |
| std::shared_ptr< vector > | rh |
| std::shared_ptr< vector > | T |
| InnerProduct | inner_product |
Amis | |
| std::ostream & | operator<< (std::ostream &os, const BiCGStabSolver &s) |
BiConjugate Gradient Stabilized (BiCGSTAB) method.
The BiConjugate Gradient Stabilized method (Bi-CGSTAB) was developed to solve nonsymmetric linear systems while avoiding the often irregular convergence patterns of the Conjugate Gradient [Barr94]_.
Définition à la ligne 102 du fichier BiCGStabSolver.h.
| typedef Backend::params Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::backend_params |
Définition à la ligne 112 du fichier BiCGStabSolver.h.
| using Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::backend_type = Backend |
Définition à la ligne 107 du fichier BiCGStabSolver.h.
| using Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::BackendType = Backend |
Définition à la ligne 108 du fichier BiCGStabSolver.h.
| typedef math::inner_product_impl<typenamemath::rhs_of<value_type>::type>::return_type Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::coef_type |
Définition à la ligne 117 du fichier BiCGStabSolver.h.
| using Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::params = BiCGStabSolverParams |
Définition à la ligne 119 du fichier BiCGStabSolver.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::scalar_type |
Définition à la ligne 114 du fichier BiCGStabSolver.h.
| typedef Backend::value_type Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::value_type |
Définition à la ligne 111 du fichier BiCGStabSolver.h.
| typedef Backend::vector Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::vector |
Définition à la ligne 110 du fichier BiCGStabSolver.h.
|
inline |
Preallocates necessary data structures for the system of size n.
Définition à la ligne 122 du fichier BiCGStabSolver.h.
|
inlinevirtual |
Memory used in bytes.
Implémente Arcane::Alina::SolverBase.
Définition à la ligne 255 du fichier BiCGStabSolver.h.
|
inlineprivate |
Définition à la ligne 293 du fichier BiCGStabSolver.h.
|
inline |
Définition à la ligne 151 du fichier BiCGStabSolver.h.
|
inline |
Définition à la ligne 250 du fichier BiCGStabSolver.h.
|
friend |
Définition à la ligne 266 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 290 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 280 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 283 du fichier BiCGStabSolver.h.
| params Arcane::Alina::BiCGStabSolver< Backend, InnerProduct >::prm |
Définition à la ligne 276 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 282 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 287 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 285 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 288 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 286 du fichier BiCGStabSolver.h.
|
private |
Définition à la ligne 284 du fichier BiCGStabSolver.h.