Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la structure Arcane::Alina::DistributedILUTRelaxation< Backend >
+ Graphe d'héritage de Arcane::Alina::DistributedILUTRelaxation< Backend >:
+ Graphe de collaboration de Arcane::Alina::DistributedILUTRelaxation< Backend >:

Types publics

typedef Backend backend_type
 
typedef ILUTRelaxation< BackendBase
 
typedef Backend::params backend_params
 
typedef Base::params params
 
- Types publics hérités de Arcane::Alina::ILUTRelaxation< Backend >
typedef Backend::value_type value_type
 
typedef Backend::col_type col_type
 
typedef Backend::ptr_type ptr_type
 
typedef Backend::matrix matrix
 
typedef Backend::matrix_diagonal matrix_diagonal
 
typedef Backend::vector vector
 
typedef math::scalar_of< value_type >::type scalar_type
 
typedef Impl::ILUSolver< Backendilu_solve
 

Fonctions membres publiques

 DistributedILUTRelaxation (const DistributedMatrix< Backend > &A, const params &prm=params(), const backend_params &bprm=backend_params())
 
- Fonctions membres publiques hérités de Arcane::Alina::ILUTRelaxation< Backend >
template<class Matrix>
 ILUTRelaxation (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 &, const VectorRHS &rhs, VectorX &x) const
 
size_t bytes () const
 Memory used in bytes.
 

Membres hérités additionnels

- Attributs publics hérités de Arcane::Alina::ILUTRelaxation< Backend >
struct Arcane::Alina::ILUTRelaxation::params prm
 

Description détaillée

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

Définition à la ligne 173 du fichier DistributedRelaxation.h.

Documentation des définitions de type membres

◆ backend_params

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

Définition à la ligne 178 du fichier DistributedRelaxation.h.

◆ backend_type

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

Définition à la ligne 176 du fichier DistributedRelaxation.h.

◆ Base

Définition à la ligne 177 du fichier DistributedRelaxation.h.

◆ params

Définition à la ligne 179 du fichier DistributedRelaxation.h.

Documentation des constructeurs et destructeur

◆ DistributedILUTRelaxation()

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

Définition à la ligne 181 du fichier DistributedRelaxation.h.


La documentation de cette structure a été générée à partir du fichier suivant :