Coarsening parameters. Plus de détails...
Graphe de collaboration de Arcane::Alina::AggregationCoarsening< Backend >::params:Fonctions membres publiques | |
| params (const PropertyTree &p) | |
| void | get (PropertyTree &p, const std::string &path) const |
Attributs publics | |
| Aggregates::params | aggr |
| Aggregation parameters. | |
| nullspace_params | nullspace |
| Near nullspace parameters. | |
| float | over_interp |
| Over-interpolation factor \(\alpha\). | |
Coarsening parameters.
Définition à la ligne 643 du fichier Coarsening.h.
|
inline |
Définition à la ligne 667 du fichier Coarsening.h.
|
inline |
Définition à la ligne 671 du fichier Coarsening.h.
|
inline |
Définition à la ligne 679 du fichier Coarsening.h.
| Aggregates::params Arcane::Alina::AggregationCoarsening< Backend >::params::aggr |
Aggregation parameters.
Définition à la ligne 646 du fichier Coarsening.h.
| nullspace_params Arcane::Alina::AggregationCoarsening< Backend >::params::nullspace |
Near nullspace parameters.
Définition à la ligne 649 du fichier Coarsening.h.
| float Arcane::Alina::AggregationCoarsening< Backend >::params::over_interp |
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.\]
Définition à la ligne 665 du fichier Coarsening.h.