Distributed Preconditioner. More...
Public Types | |
| using | backend_type = Backend |
| using | BackendType = Backend |
| typedef backend_type::params | backend_params |
| typedef PropertyTree | params |
| typedef backend_type::value_type | value_type |
| typedef DistributedMatrix< backend_type > | matrix |
| using | AMGPrecondType |
Public Member Functions | |
| template<class Matrix> | |
| DistributedPreconditioner (mpi_communicator comm, const Matrix &Astrip, params prm=params(), const backend_params &bprm=backend_params()) | |
| DistributedPreconditioner (mpi_communicator, std::shared_ptr< matrix > A, params prm=params(), const backend_params &bprm=backend_params()) | |
| template<class Matrix> | |
| void | rebuild (const Matrix &A, 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 |
| Returns the system matrix from the finest level. | |
| const matrix & | system_matrix () const |
Private Member Functions | |
| void | init (std::shared_ptr< matrix > A, params &prm, const backend_params &bprm) |
Private Attributes | |
| eDistributedPreconditionerType | _class |
| void * | handle |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DistributedPreconditioner &p) |
Distributed Preconditioner.
Definition at line 88 of file DistributedPreconditioner.h.
| using Arcane::Alina::DistributedPreconditioner< Backend >::AMGPrecondType |
Definition at line 99 of file DistributedPreconditioner.h.
| typedef backend_type::params Arcane::Alina::DistributedPreconditioner< Backend >::backend_params |
Definition at line 94 of file DistributedPreconditioner.h.
| using Arcane::Alina::DistributedPreconditioner< Backend >::backend_type = Backend |
Definition at line 92 of file DistributedPreconditioner.h.
| using Arcane::Alina::DistributedPreconditioner< Backend >::BackendType = Backend |
Definition at line 93 of file DistributedPreconditioner.h.
| typedef DistributedMatrix<backend_type> Arcane::Alina::DistributedPreconditioner< Backend >::matrix |
Definition at line 97 of file DistributedPreconditioner.h.
| typedef PropertyTree Arcane::Alina::DistributedPreconditioner< Backend >::params |
Definition at line 95 of file DistributedPreconditioner.h.
| typedef backend_type::value_type Arcane::Alina::DistributedPreconditioner< Backend >::value_type |
Definition at line 96 of file DistributedPreconditioner.h.
|
inline |
Definition at line 106 of file DistributedPreconditioner.h.
|
inline |
Definition at line 116 of file DistributedPreconditioner.h.
|
inline |
Definition at line 126 of file DistributedPreconditioner.h.
|
inline |
Definition at line 158 of file DistributedPreconditioner.h.
|
inlineprivate |
Definition at line 217 of file DistributedPreconditioner.h.
|
inline |
Definition at line 144 of file DistributedPreconditioner.h.
|
inline |
Definition at line 191 of file DistributedPreconditioner.h.
|
inline |
Returns the system matrix from the finest level.
Definition at line 175 of file DistributedPreconditioner.h.
References system_matrix_ptr().
Referenced by system_matrix_ptr().
|
friend |
Definition at line 196 of file DistributedPreconditioner.h.
|
private |
Definition at line 214 of file DistributedPreconditioner.h.
|
private |
Definition at line 215 of file DistributedPreconditioner.h.