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

Public Types

typedef Backend backend_type
typedef ChebyshevRelaxation< Backend > Base
typedef Backend::params backend_params
typedef Base::params params
Public Types inherited from Arcane::Alina::ChebyshevRelaxation< Backend >
typedef Backend::value_type value_type
typedef Backend::vector vector
typedef math::scalar_of< value_type >::type scalar_type

Public Member Functions

 DistributedChebyshevRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params())
Public Member Functions inherited from Arcane::Alina::ChebyshevRelaxation< Backend >
template<class Matrix>
 ChebyshevRelaxation (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 &) const
template<class Matrix, class VectorRHS, class VectorX, class VectorTMP>
void apply_post (const Matrix &A, const VectorRHS &rhs, VectorX &x, VectorTMP &) const
template<class Matrix, class VectorRHS, class VectorX>
void apply (const Matrix &A, const VectorRHS &rhs, VectorX &x) const
size_t bytes () const
 Memory used in bytes.

Additional Inherited Members

Public Attributes inherited from Arcane::Alina::ChebyshevRelaxation< Backend >
struct Arcane::Alina::ChebyshevRelaxation::params prm

Detailed Description

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

Definition at line 41 of file DistributedRelaxation.h.

Member Typedef Documentation

◆ backend_params

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

Definition at line 46 of file DistributedRelaxation.h.

◆ backend_type

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

Definition at line 44 of file DistributedRelaxation.h.

◆ Base

template<class Backend>
typedef ChebyshevRelaxation<Backend> Arcane::Alina::DistributedChebyshevRelaxation< Backend >::Base

Definition at line 45 of file DistributedRelaxation.h.

◆ params

template<class Backend>
typedef Base::params Arcane::Alina::DistributedChebyshevRelaxation< Backend >::params

Definition at line 47 of file DistributedRelaxation.h.

Constructor & Destructor Documentation

◆ DistributedChebyshevRelaxation()

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

Definition at line 49 of file DistributedRelaxation.h.


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