Graphe d'héritage de Arcane::Alina::DistributedILUPRelaxation< Backend >:
Graphe de collaboration de Arcane::Alina::DistributedILUPRelaxation< Backend >:Types publics | |
| typedef Backend | backend_type |
| typedef ILUPRelaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
Types publics hérités de Arcane::Alina::ILUPRelaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef ILU0Relaxation< Backend > | Base |
Fonctions membres publiques | |
| DistributedILUPRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
Fonctions membres publiques hérités de Arcane::Alina::ILUPRelaxation< Backend > | |
| template<class Matrix> | |
| ILUPRelaxation (const Matrix &A, const params &prm, const typename Backend::params &bprm) | |
| 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 &A, 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::ILUPRelaxation< Backend > | |
| Arcane::Alina::ILUPRelaxation::params | prm |
Définition à la ligne 154 du fichier DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedILUPRelaxation< Backend >::backend_params |
Définition à la ligne 159 du fichier DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedILUPRelaxation< Backend >::backend_type |
Définition à la ligne 157 du fichier DistributedRelaxation.h.
| typedef ILUPRelaxation<Backend> Arcane::Alina::DistributedILUPRelaxation< Backend >::Base |
Définition à la ligne 158 du fichier DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedILUPRelaxation< Backend >::params |
Définition à la ligne 160 du fichier DistributedRelaxation.h.
|
inline |
Définition à la ligne 162 du fichier DistributedRelaxation.h.