Use a relaxation as a distributed preconditioner. More...
Public Types | |
| typedef Relaxation::params | params |
| typedef Relaxation::BackendType | backend_type |
| using | BackendType = backend_type |
| typedef backend_type::params | backend_params |
| typedef backend_type::value_type | value_type |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef DistributedMatrix< backend_type > | matrix |
| typedef backend_type::vector | vector |
Public Member Functions | |
| template<class Matrix> | |
| AsDistributedPreconditioner (mpi_communicator comm, const Matrix &A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
| AsDistributedPreconditioner (mpi_communicator, std::shared_ptr< matrix > A, const params &prm=params(), const backend_params &bprm=backend_params()) | |
| template<class Vec1, class Vec2> | |
| void | apply (const Vec1 &rhs, Vec2 &&x) const |
| std::shared_ptr< matrix > | system_matrix_ptr () const |
| const matrix & | system_matrix () const |
Private Attributes | |
| std::shared_ptr< matrix > | A |
| Relaxation | S |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const AsDistributedPreconditioner &p) |
Use a relaxation as a distributed preconditioner.
Definition at line 291 of file DistributedRelaxation.h.
| typedef backend_type::params Arcane::Alina::AsDistributedPreconditioner< Relaxation >::backend_params |
Definition at line 296 of file DistributedRelaxation.h.
| typedef Relaxation::BackendType Arcane::Alina::AsDistributedPreconditioner< Relaxation >::backend_type |
Definition at line 294 of file DistributedRelaxation.h.
| using Arcane::Alina::AsDistributedPreconditioner< Relaxation >::BackendType = backend_type |
Definition at line 295 of file DistributedRelaxation.h.
| typedef DistributedMatrix<backend_type> Arcane::Alina::AsDistributedPreconditioner< Relaxation >::matrix |
Definition at line 299 of file DistributedRelaxation.h.
| typedef Relaxation::params Arcane::Alina::AsDistributedPreconditioner< Relaxation >::params |
Definition at line 293 of file DistributedRelaxation.h.
| typedef math::scalar_of<value_type>::type Arcane::Alina::AsDistributedPreconditioner< Relaxation >::scalar_type |
Definition at line 298 of file DistributedRelaxation.h.
| typedef backend_type::value_type Arcane::Alina::AsDistributedPreconditioner< Relaxation >::value_type |
Definition at line 297 of file DistributedRelaxation.h.
| typedef backend_type::vector Arcane::Alina::AsDistributedPreconditioner< Relaxation >::vector |
Definition at line 300 of file DistributedRelaxation.h.
|
inline |
Definition at line 303 of file DistributedRelaxation.h.
|
inline |
Definition at line 313 of file DistributedRelaxation.h.
|
inline |
Definition at line 324 of file DistributedRelaxation.h.
|
inline |
Definition at line 334 of file DistributedRelaxation.h.
|
inline |
Definition at line 329 of file DistributedRelaxation.h.
|
friend |
Definition at line 344 of file DistributedRelaxation.h.
|
private |
Definition at line 341 of file DistributedRelaxation.h.
|
private |
Definition at line 342 of file DistributedRelaxation.h.