Graphe d'héritage de Arcane::Alina::DistributedILUTRelaxation< Backend >:
Graphe de collaboration de Arcane::Alina::DistributedILUTRelaxation< Backend >:Types publics | |
| typedef Backend | backend_type |
| typedef ILUTRelaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
Types publics hérités de Arcane::Alina::ILUTRelaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef Backend::col_type | col_type |
| typedef Backend::ptr_type | ptr_type |
| typedef Backend::matrix | matrix |
| typedef Backend::matrix_diagonal | matrix_diagonal |
| typedef Backend::vector | vector |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef Impl::ILUSolver< Backend > | ilu_solve |
Fonctions membres publiques | |
| DistributedILUTRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
Fonctions membres publiques hérités de Arcane::Alina::ILUTRelaxation< Backend > | |
| template<class Matrix> | |
| ILUTRelaxation (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 &, 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::ILUTRelaxation< Backend > | |
| struct Arcane::Alina::ILUTRelaxation::params | prm |
Définition à la ligne 173 du fichier DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedILUTRelaxation< Backend >::backend_params |
Définition à la ligne 178 du fichier DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedILUTRelaxation< Backend >::backend_type |
Définition à la ligne 176 du fichier DistributedRelaxation.h.
| typedef ILUTRelaxation<Backend> Arcane::Alina::DistributedILUTRelaxation< Backend >::Base |
Définition à la ligne 177 du fichier DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedILUTRelaxation< Backend >::params |
Définition à la ligne 179 du fichier DistributedRelaxation.h.
|
inline |
Définition à la ligne 181 du fichier DistributedRelaxation.h.