Damped Jacobi relaxation. Plus de détails...
Graphe d'héritage de Arcane::Alina::DampedJacobiRelaxation< Backend >:
Graphe de collaboration de Arcane::Alina::DampedJacobiRelaxation< Backend >:Classes | |
| struct | params |
| Relaxation parameters. Plus de détails... | |
Types publics | |
| typedef Backend::value_type | value_type |
| typedef math::scalar_of< value_type >::type | scalar_type |
Fonctions membres publiques | |
| template<class Matrix> | |
| DampedJacobiRelaxation (const Matrix &A, const params &prm, 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 | |
| struct Arcane::Alina::DampedJacobiRelaxation::params | prm |
| std::shared_ptr< typename Backend::matrix_diagonal > | dia |
Damped Jacobi relaxation.
| Backend | Backend for temporary structures allocation. |
Définition à la ligne 407 du fichier Relaxation.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::DampedJacobiRelaxation< Backend >::scalar_type |
Définition à la ligne 411 du fichier Relaxation.h.
| typedef Backend::value_type Arcane::Alina::DampedJacobiRelaxation< Backend >::value_type |
Définition à la ligne 410 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 446 du fichier Relaxation.h.
|
inline |
Définition à la ligne 484 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 477 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 462 du fichier Relaxation.h.
|
inlinevirtual |
Memory used in bytes.
Implémente Arcane::Alina::RelaxationBase.
Définition à la ligne 489 du fichier Relaxation.h.
| std::shared_ptr<typename Backend::matrix_diagonal> Arcane::Alina::DampedJacobiRelaxation< Backend >::dia |
Définition à la ligne 437 du fichier Relaxation.h.