Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la structure Arcane::Alina::AggregationCoarsening< Backend >

Non-smoothed aggregation. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/alina/arccore/alina/Coarsening.h>

+ Graphe de collaboration de Arcane::Alina::AggregationCoarsening< Backend >:

Classes

struct  params
 Coarsening parameters. Plus de détails...
 

Types publics

typedef pointwise_aggregates Aggregates
 

Fonctions membres publiques

 AggregationCoarsening (const params &prm=params())
 
template<class Matrix>
std::tuple< std::shared_ptr< Matrix >, std::shared_ptr< Matrix > > transfer_operators (const Matrix &A)
 Creates transfer operators for the given system matrix.
 
template<class Matrix>
std::shared_ptr< Matrixcoarse_operator (const Matrix &A, const Matrix &P, const Matrix &R) const
 Creates system matrix for the coarser level.
 

Attributs publics

struct Arcane::Alina::AggregationCoarsening::params prm
 

Description détaillée

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

Non-smoothed aggregation.

Définition à la ligne 638 du fichier Coarsening.h.

Documentation des définitions de type membres

◆ Aggregates

Définition à la ligne 640 du fichier Coarsening.h.

Documentation des constructeurs et destructeur

◆ AggregationCoarsening()

template<class Backend>
Arcane::Alina::AggregationCoarsening< Backend >::AggregationCoarsening ( const params & prm = params())
inlineexplicit

Définition à la ligne 687 du fichier Coarsening.h.

Documentation des fonctions membres

◆ coarse_operator()

template<class Backend>
template<class Matrix>
std::shared_ptr< Matrix > Arcane::Alina::AggregationCoarsening< Backend >::coarse_operator ( const Matrix & A,
const Matrix & P,
const Matrix & R ) const
inline

Creates system matrix for the coarser level.

Paramètres
AThe system matrix at the finer level.
PProlongation operator returned by transfer_operators().
RRestriction operator returned by transfer_operators().
Renvoie
System matrix for the coarser level.

Définition à la ligne 726 du fichier Coarsening.h.

◆ transfer_operators()

template<class Backend>
template<class Matrix>
std::tuple< std::shared_ptr< Matrix >, std::shared_ptr< Matrix > > Arcane::Alina::AggregationCoarsening< Backend >::transfer_operators ( const Matrix & A)
inline

Creates transfer operators for the given system matrix.

Paramètres
AThe system matrix.
prmCoarsening parameters.
Renvoie
A tuple of prolongation and restriction operators.

Définition à la ligne 700 du fichier Coarsening.h.

Références Arcane::Alina::pointwise_aggregates::count, et Arcane::Alina::pointwise_aggregates::id.


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