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

Public Types

typedef Backend backend_type
typedef ILUPRelaxation< Backend > Base
typedef Backend::params backend_params
typedef Base::params params
Public Types inherited from Arcane::Alina::ILUPRelaxation< Backend >
typedef Backend::value_type value_type
typedef ILU0Relaxation< Backend > Base

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 154 of file DistributedRelaxation.h.

Member Typedef Documentation

◆ backend_params

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

Definition at line 159 of file DistributedRelaxation.h.

◆ backend_type

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

Definition at line 157 of file DistributedRelaxation.h.

◆ Base

template<class Backend>
typedef ILUPRelaxation<Backend> Arcane::Alina::DistributedILUPRelaxation< Backend >::Base

Definition at line 158 of file DistributedRelaxation.h.

◆ params

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

Definition at line 160 of file DistributedRelaxation.h.

Constructor & Destructor Documentation

◆ DistributedILUPRelaxation()

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

Definition at line 162 of file DistributedRelaxation.h.


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