Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Alina::DistributedSPAI0Relaxation< Backend > Struct Template Reference
Collaboration diagram for Arcane::Alina::DistributedSPAI0Relaxation< Backend >:

Public Types

typedef Backend backend_type
typedef Backend::value_type value_type
typedef Backend::matrix_diagonal matrix_diagonal
typedef math::scalar_of< value_type >::type scalar_type
typedef Alina::detail::empty_params params
typedef Backend::params backend_params

Public Member Functions

 DistributedSPAI0Relaxation (const DistributedMatrix< Backend > &A, const params &, const backend_params &bprm=backend_params())
template<class Matrix, class VectorRHS, class VectorX, class VectorTMP>
void apply_pre (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &tmp) const
template<class Matrix, class VectorRHS, class VectorX, class VectorTMP>
void apply_post (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &tmp) const
template<class Matrix, class VectorRHS, class VectorX>
void apply (const Matrix &, const VectorRHS &rhs, VectorX &x) const

Private Attributes

std::shared_ptr< matrix_diagonal > M

Detailed Description

template<class Backend>
struct Arcane::Alina::DistributedSPAI0Relaxation< Backend >

Definition at line 192 of file DistributedRelaxation.h.

Member Typedef Documentation

◆ backend_params

template<class Backend>
typedef Backend::params Arcane::Alina::DistributedSPAI0Relaxation< Backend >::backend_params

Definition at line 199 of file DistributedRelaxation.h.

◆ backend_type

template<class Backend>
typedef Backend Arcane::Alina::DistributedSPAI0Relaxation< Backend >::backend_type

Definition at line 194 of file DistributedRelaxation.h.

◆ matrix_diagonal

template<class Backend>
typedef Backend::matrix_diagonal Arcane::Alina::DistributedSPAI0Relaxation< Backend >::matrix_diagonal

Definition at line 196 of file DistributedRelaxation.h.

◆ params

template<class Backend>
typedef Alina::detail::empty_params Arcane::Alina::DistributedSPAI0Relaxation< Backend >::params

Definition at line 198 of file DistributedRelaxation.h.

◆ scalar_type

template<class Backend>
typedef math::scalar_of<value_type>::type Arcane::Alina::DistributedSPAI0Relaxation< Backend >::scalar_type

Definition at line 197 of file DistributedRelaxation.h.

◆ value_type

template<class Backend>
typedef Backend::value_type Arcane::Alina::DistributedSPAI0Relaxation< Backend >::value_type

Definition at line 195 of file DistributedRelaxation.h.

Constructor & Destructor Documentation

◆ DistributedSPAI0Relaxation()

template<class Backend>
Arcane::Alina::DistributedSPAI0Relaxation< Backend >::DistributedSPAI0Relaxation ( const DistributedMatrix< Backend > & A,
const params & ,
const backend_params & bprm = backend_params() )
inline

Definition at line 201 of file DistributedRelaxation.h.

Member Function Documentation

◆ apply()

template<class Backend>
template<class Matrix, class VectorRHS, class VectorX>
void Arcane::Alina::DistributedSPAI0Relaxation< Backend >::apply ( const Matrix & ,
const VectorRHS & rhs,
VectorX & x ) const
inline

Definition at line 256 of file DistributedRelaxation.h.

◆ apply_post()

template<class Backend>
template<class Matrix, class VectorRHS, class VectorX, class VectorTMP>
void Arcane::Alina::DistributedSPAI0Relaxation< Backend >::apply_post ( const Matrix & A,
const VectorRHS & rhs,
VectorX & x,
VectorTMP & tmp ) const
inline

Definition at line 248 of file DistributedRelaxation.h.

◆ apply_pre()

template<class Backend>
template<class Matrix, class VectorRHS, class VectorX, class VectorTMP>
void Arcane::Alina::DistributedSPAI0Relaxation< Backend >::apply_pre ( const Matrix & A,
const VectorRHS & rhs,
VectorX & x,
VectorTMP & tmp ) const
inline

Definition at line 240 of file DistributedRelaxation.h.

Member Data Documentation

◆ M

template<class Backend>
std::shared_ptr<matrix_diagonal> Arcane::Alina::DistributedSPAI0Relaxation< Backend >::M
private

Definition at line 263 of file DistributedRelaxation.h.


The documentation for this struct was generated from the following file: