Smoothed aggregation coarsening. More...
Classes | |
| struct | params |
| Coarsening parameters. More... | |
Public Types | |
| typedef pointwise_aggregates | Aggregates |
Public Member Functions | |
| SmoothedAggregationCoarserning (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 | |
| params | prm |
Smoothed aggregation coarsening.
Definition at line 1332 of file Coarsening.h.
| typedef pointwise_aggregates Arcane::Alina::SmoothedAggregationCoarserning< Backend >::Aggregates |
Definition at line 1334 of file Coarsening.h.
|
inline |
Definition at line 1405 of file Coarsening.h.
|
inline |
Definition at line 1517 of file Coarsening.h.
|
inline |
Definition at line 1411 of file Coarsening.h.
| params Arcane::Alina::SmoothedAggregationCoarserning< Backend >::prm |
Definition at line 1522 of file Coarsening.h.