Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la structure Arcane::Alina::DistributedAggregationCoarsening< Backend >::params
+ Graphe de collaboration de Arcane::Alina::DistributedAggregationCoarsening< Backend >::params:

Types publics

typedef DistributedPMISAggregation< Backend >::params aggr_params
 

Fonctions membres publiques

 params (const PropertyTree &p)
 
void get (Alina::PropertyTree &p, const std::string &path) const
 

Attributs publics

aggr_params aggr
 
float over_interp = 1.5f
 Over-interpolation factor \(\alpha\).
 

Description détaillée

template<class Backend>
struct Arcane::Alina::DistributedAggregationCoarsening< Backend >::params

Définition à la ligne 1172 du fichier DistributedCoarsening.h.

Documentation des définitions de type membres

◆ aggr_params

template<class Backend>
typedef DistributedPMISAggregation<Backend>::params Arcane::Alina::DistributedAggregationCoarsening< Backend >::params::aggr_params

Définition à la ligne 1175 du fichier DistributedCoarsening.h.

Documentation des constructeurs et destructeur

◆ params()

template<class Backend>
Arcane::Alina::DistributedAggregationCoarsening< Backend >::params::params ( const PropertyTree & p)
inline

Définition à la ligne 1196 du fichier DistributedCoarsening.h.

Documentation des fonctions membres

◆ get()

template<class Backend>
void Arcane::Alina::DistributedAggregationCoarsening< Backend >::params::get ( Alina::PropertyTree & p,
const std::string & path ) const
inline

Définition à la ligne 1203 du fichier DistributedCoarsening.h.

Documentation des données membres

◆ aggr

Définition à la ligne 1176 du fichier DistributedCoarsening.h.

◆ over_interp

template<class Backend>
float Arcane::Alina::DistributedAggregationCoarsening< Backend >::params::over_interp = 1.5f

Over-interpolation factor \(\alpha\).

In case of aggregation coarsening, coarse-grid correction of smooth error, and by this the overall convergence, can often be substantially improved by using "over-interpolation", that is, by multiplying the actual correction (corresponding to piecewise constant interpolation) by some factor \(\alpha > 1\). Equivalently, this means that the coarse-level Galerkin operator is re-scaled by \(1 / \alpha\):

\[I_h^HA_hI_H^h \to \frac{1}{\alpha}I_h^HA_hI_H^h.\]

Voir également
[Stuben1999], Section 9.1 "Re-scaling of the Galerkin operator".

Définition à la ligne 1192 du fichier DistributedCoarsening.h.


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