Graphe d'héritage de Arcane::Alina::ILU0Relaxation< Backend >:
Graphe de collaboration de Arcane::Alina::ILU0Relaxation< Backend >:Classes | |
| struct | params |
| Relaxation parameters. Plus de détails... | |
Types publics | |
| typedef Backend::value_type | value_type |
| typedef Backend::col_type | col_type |
| typedef Backend::ptr_type | ptr_type |
| typedef Backend::vector | vector |
| typedef Backend::matrix | matrix |
| typedef Backend::matrix_diagonal | matrix_diagonal |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef Impl::ILUSolver< Backend > | ilu_solve |
Fonctions membres publiques | |
| template<class Matrix> | |
| ILU0Relaxation (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 |
| Apply post-relaxation. | |
| size_t | bytes () const |
| Memory used in bytes. | |
Attributs publics | |
| struct Arcane::Alina::ILU0Relaxation::params | prm |
Attributs privés | |
| std::shared_ptr< ilu_solve > | ilu |
| Backend | Backend for temporary structures allocation. |
Définition à la ligne 832 du fichier Relaxation.h.
| typedef Backend::col_type Arcane::Alina::ILU0Relaxation< Backend >::col_type |
Définition à la ligne 836 du fichier Relaxation.h.
| typedef Impl::ILUSolver<Backend> Arcane::Alina::ILU0Relaxation< Backend >::ilu_solve |
Définition à la ligne 843 du fichier Relaxation.h.
| typedef Backend::matrix Arcane::Alina::ILU0Relaxation< Backend >::matrix |
Définition à la ligne 839 du fichier Relaxation.h.
| typedef Backend::matrix_diagonal Arcane::Alina::ILU0Relaxation< Backend >::matrix_diagonal |
Définition à la ligne 840 du fichier Relaxation.h.
| typedef Backend::ptr_type Arcane::Alina::ILU0Relaxation< Backend >::ptr_type |
Définition à la ligne 837 du fichier Relaxation.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::ILU0Relaxation< Backend >::scalar_type |
Définition à la ligne 842 du fichier Relaxation.h.
| typedef Backend::value_type Arcane::Alina::ILU0Relaxation< Backend >::value_type |
Définition à la ligne 835 du fichier Relaxation.h.
| typedef Backend::vector Arcane::Alina::ILU0Relaxation< Backend >::vector |
Définition à la ligne 838 du fichier Relaxation.h.
|
inline |
Constructs smoother for the system matrix.
| A | The system matrix. |
| prm | Relaxation parameters. |
| backend_prm | Backend parameters. |
Définition à la ligne 874 du fichier Relaxation.h.
|
inline |
Apply post-relaxation.
| A | System matrix. |
| rhs | Right-hand side. |
| x | Solution vector. |
| tmp | Scratch vector. |
| prm | Relaxation parameters. |
Définition à la ligne 1020 du fichier Relaxation.h.
|
inline |
Apply post-relaxation.
| A | System matrix. |
| rhs | Right-hand side. |
| x | Solution vector. |
| tmp | Scratch vector. |
| prm | Relaxation parameters. |
Définition à la ligne 1011 du fichier Relaxation.h.
|
inline |
Apply pre-relaxation.
| A | System matrix. |
| rhs | Right-hand side. |
| x | Solution vector. |
| tmp | Scratch vector. |
| prm | Relaxation parameters. |
Définition à la ligne 1002 du fichier Relaxation.h.
|
inlinevirtual |
Memory used in bytes.
Implémente Arcane::Alina::RelaxationBase.
Définition à la ligne 1026 du fichier Relaxation.h.
|
private |
Définition à la ligne 1033 du fichier Relaxation.h.