Sparse approximate interface smoother. Plus de détails...
Graphe d'héritage de Arcane::Alina::SPAI0Relaxation< Backend >:
Graphe de collaboration de Arcane::Alina::SPAI0Relaxation< Backend >:Types publics | |
| typedef Backend::value_type | value_type |
| typedef Backend::matrix_diagonal | matrix_diagonal |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef Alina::detail::empty_params | params |
| Relaxation parameters. | |
Fonctions membres publiques | |
| template<class Matrix> | |
| SPAI0Relaxation (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. | |
Attributs publics | |
| std::shared_ptr< matrix_diagonal > | M |
Sparse approximate interface smoother.
The inverse matrix is approximated with diagonal matrix.
| Backend | Backend for temporary structures allocation. |
Définition à la ligne 1880 du fichier Relaxation.h.
| typedef Backend::matrix_diagonal Arcane::Alina::SPAI0Relaxation< Backend >::matrix_diagonal |
Définition à la ligne 1884 du fichier Relaxation.h.
| typedef Alina::detail::empty_params Arcane::Alina::SPAI0Relaxation< Backend >::params |
Relaxation parameters.
Définition à la ligne 1888 du fichier Relaxation.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::SPAI0Relaxation< Backend >::scalar_type |
Définition à la ligne 1886 du fichier Relaxation.h.
| typedef Backend::value_type Arcane::Alina::SPAI0Relaxation< Backend >::value_type |
Définition à la ligne 1883 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 1892 du fichier Relaxation.h.
Références Arcane::arccoreParallelFor().
Voici le graphe d'appel pour cette fonction :
|
inline |
Définition à la ligne 1937 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 1929 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 1920 du fichier Relaxation.h.
|
inlinevirtual |
Memory used in bytes.
Implémente Arcane::Alina::RelaxationBase.
Définition à la ligne 1942 du fichier Relaxation.h.
| std::shared_ptr<matrix_diagonal> Arcane::Alina::SPAI0Relaxation< Backend >::M |
Définition à la ligne 1947 du fichier Relaxation.h.