Graphe d'héritage de Arcane::Alina::DistributedSPAI1Relaxation< Backend >:
Graphe de collaboration de Arcane::Alina::DistributedSPAI1Relaxation< Backend >:Types publics | |
| typedef Backend | backend_type |
| typedef SPAI1Relaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
Types publics hérités de Arcane::Alina::SPAI1Relaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef Backend::vector | vector |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef Alina::detail::empty_params | params |
| Relaxation parameters. | |
Fonctions membres publiques | |
| DistributedSPAI1Relaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
Fonctions membres publiques hérités de Arcane::Alina::SPAI1Relaxation< Backend > | |
| template<class Matrix> | |
| SPAI1Relaxation (const Matrix &A, const params &, const typename Backend::params &backend_prm) | |
| Constructs smoother for the system matrix. | |
| template<class Matrix, class VectorRHS, class VectorX, class VectorTMP> | |
| void | apply_pre (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &tmp) const |
| Apply pre-relaxation. | |
| template<class Matrix, class VectorRHS, class VectorX, class VectorTMP> | |
| void | apply_post (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &tmp) const |
| Apply post-relaxation. | |
| template<class Matrix, class VectorRHS, class VectorX> | |
| void | apply (const Matrix &, const VectorRHS &rhs, VectorX &x) const |
| size_t | bytes () const |
| Memory used in bytes. | |
Membres hérités additionnels | |
Attributs publics hérités de Arcane::Alina::SPAI1Relaxation< Backend > | |
| std::shared_ptr< typename Backend::matrix > | M |
Définition à la ligne 270 du fichier DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedSPAI1Relaxation< Backend >::backend_params |
Définition à la ligne 275 du fichier DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedSPAI1Relaxation< Backend >::backend_type |
Définition à la ligne 273 du fichier DistributedRelaxation.h.
| typedef SPAI1Relaxation<Backend> Arcane::Alina::DistributedSPAI1Relaxation< Backend >::Base |
Définition à la ligne 274 du fichier DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedSPAI1Relaxation< Backend >::params |
Définition à la ligne 276 du fichier DistributedRelaxation.h.
|
inline |
Définition à la ligne 278 du fichier DistributedRelaxation.h.