Public Types | |
| typedef Backend | backend_type |
| typedef DampedJacobiRelaxation< Backend > | Base |
| typedef Backend::params | backend_params |
| typedef Base::params | params |
| Public Types inherited from Arcane::Alina::DampedJacobiRelaxation< Backend > | |
| typedef Backend::value_type | value_type |
| typedef math::scalar_of< value_type >::type | scalar_type |
Public Member Functions | |
| DistributedDampedJacobiRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
| Public Member Functions inherited from Arcane::Alina::DampedJacobiRelaxation< Backend > | |
| 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. | |
Additional Inherited Members | |
| Public Attributes inherited from Arcane::Alina::DampedJacobiRelaxation< Backend > | |
| struct Arcane::Alina::DampedJacobiRelaxation::params | prm |
| std::shared_ptr< typename Backend::matrix_diagonal > | dia |
Definition at line 60 of file DistributedRelaxation.h.
| typedef Backend::params Arcane::Alina::DistributedDampedJacobiRelaxation< Backend >::backend_params |
Definition at line 65 of file DistributedRelaxation.h.
| typedef Backend Arcane::Alina::DistributedDampedJacobiRelaxation< Backend >::backend_type |
Definition at line 63 of file DistributedRelaxation.h.
| typedef DampedJacobiRelaxation<Backend> Arcane::Alina::DistributedDampedJacobiRelaxation< Backend >::Base |
Definition at line 64 of file DistributedRelaxation.h.
| typedef Base::params Arcane::Alina::DistributedDampedJacobiRelaxation< Backend >::params |
Definition at line 66 of file DistributedRelaxation.h.
|
inline |
Definition at line 68 of file DistributedRelaxation.h.