Dune Core Modules (unstable)
Dune::Amg::AggregationCriterion< T > Class Template Reference
Base class of all aggregation criterions. More...
#include <dune/istl/paamg/aggregates.hh>
Public Types | |
typedef T | DependencyPolicy |
The policy for calculating the dependency graph. | |
Public Member Functions | |
AggregationCriterion () | |
Constructor. More... | |
void | setDefaultValuesIsotropic (std::size_t dim, std::size_t diameter=2) |
Sets reasonable default values for an isotropic problem. More... | |
void | setDefaultValuesAnisotropic (std::size_t dim, std::size_t diameter=2) |
Sets reasonable default values for an aisotropic problem. More... | |
Detailed Description
template<class T>
class Dune::Amg::AggregationCriterion< T >
class Dune::Amg::AggregationCriterion< T >
Base class of all aggregation criterions.
The documentation for this class was generated from the following file:
- dune/istl/paamg/aggregates.hh
![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/80x15.png)