|
typedef O | Operator |
| The type of the linear operator used.
|
|
typedef O::range_type | X |
| The type of the range and domain of the operator.
|
|
typedef C | Criterion |
| The type of the crition used for the aggregation within AMG.
|
|
typedef S | Smoother |
| The type of the smoother used in AMG.
|
|
typedef Dune::Amg::SmootherTraits< S >::Arguments | SmootherArgs |
| The type of the arguments used for constructing the smoother.
|
|
typedef AMG< Operator, X, Smoother > | AMGType |
| The type of the AMG construct on the coarse level.
|
|
typedef AMGInverseOperator | CoarseLevelSolver |
| The type of solver constructed for the coarse level.
|
|
template<class O, class S, class C>
class Dune::Amg::OneStepAMGCoarseSolverPolicyCpr< O, S, C >
A policy class for solving the coarse level system using one step of AMG.
- Template Parameters
-
O | The type of the linear operator used. |
S | The type of the smoother used in AMG. |
C | The type of the crition used for the aggregation within AMG. |