Sparse approximate interface smoother. Plus de détails...
Graphe d'héritage de Arcane::Alina::SPAI1Relaxation< Backend >:
Graphe de collaboration de Arcane::Alina::SPAI1Relaxation< Backend >:Types publics | |
| 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 | |
| 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. | |
Attributs publics | |
| std::shared_ptr< typename Backend::matrix > | M |
Sparse approximate interface smoother.
Sparsity pattern of the approximate inverse matrix coincides with that of A.
| Backend | Backend for temporary structures allocation. |
Définition à la ligne 1962 du fichier Relaxation.h.
| typedef Alina::detail::empty_params Arcane::Alina::SPAI1Relaxation< Backend >::params |
Relaxation parameters.
Définition à la ligne 1971 du fichier Relaxation.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::SPAI1Relaxation< Backend >::scalar_type |
Définition à la ligne 1968 du fichier Relaxation.h.
| typedef Backend::value_type Arcane::Alina::SPAI1Relaxation< Backend >::value_type |
Définition à la ligne 1965 du fichier Relaxation.h.
| typedef Backend::vector Arcane::Alina::SPAI1Relaxation< Backend >::vector |
Définition à la ligne 1966 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 1975 du fichier Relaxation.h.
Références Arcane::arccoreParallelFor().
Voici le graphe d'appel pour cette fonction :
|
inline |
Définition à la ligne 2052 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 2045 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 2037 du fichier Relaxation.h.
|
inlinevirtual |
Memory used in bytes.
Implémente Arcane::Alina::RelaxationBase.
Définition à la ligne 2057 du fichier Relaxation.h.
| std::shared_ptr<typename Backend::matrix> Arcane::Alina::SPAI1Relaxation< Backend >::M |
Définition à la ligne 2062 du fichier Relaxation.h.