Smoothed aggregation with energy minimization. More...
Classes | |
| struct | params |
| Coarsening parameters. More... | |
Public Types | |
| typedef pointwise_aggregates | Aggregates |
Public Member Functions | |
| SmoothedAggregationEnergyMinCoarsening (const params &prm=params()) | |
| template<class Matrix> | |
| std::tuple< std::shared_ptr< Matrix >, std::shared_ptr< Matrix > > | transfer_operators (const Matrix &A) |
| template<class Matrix> | |
| std::shared_ptr< Matrix > | coarse_operator (const Matrix &A, const Matrix &P, const Matrix &R) const |
Public Attributes | |
| struct Arcane::Alina::SmoothedAggregationEnergyMinCoarsening::params | prm |
Static Private Member Functions | |
| template<class AMatrix, typename Val, typename Col, typename Ptr> | |
| static std::shared_ptr< CSRMatrix< Val, Col, Ptr > > | interpolation (const AMatrix &A, const std::vector< Val > &Adia, const CSRMatrix< Val, Col, Ptr > &P_tent, std::vector< Val > &omega) |
| template<typename AMatrix, typename Val, typename Col, typename Ptr> | |
| static std::shared_ptr< CSRMatrix< Val, Col, Ptr > > | restriction (const AMatrix &A, const std::vector< Val > &Adia, const CSRMatrix< Val, Col, Ptr > &P_tent, const std::vector< Val > &omega) |
Smoothed aggregation with energy minimization.
Definition at line 1534 of file Coarsening.h.
| typedef pointwise_aggregates Arcane::Alina::SmoothedAggregationEnergyMinCoarsening< Backend >::Aggregates |
Definition at line 1536 of file Coarsening.h.
|
inline |
Definition at line 1563 of file Coarsening.h.
|
inline |
Definition at line 1652 of file Coarsening.h.
|
inlinestaticprivate |
Definition at line 1661 of file Coarsening.h.
|
inlinestaticprivate |
Definition at line 1790 of file Coarsening.h.
|
inline |
Definition at line 1569 of file Coarsening.h.