- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Paramters needed to check whether a node depends on another. More...
#include <dune/istl/paamg/aggregates.hh>
Public Member Functions | |
DependencyParameters () | |
Constructor. | |
void | setBeta (double b) |
Set threshold for marking nodes as isolated. The default value is 1.0E-5. | |
double | beta () const |
Get the threshold for marking nodes as isolated. The default value is 1.0E-5. | |
void | setAlpha (double a) |
Set the scaling value for marking connections as strong. Default value is 1/3. | |
double | alpha () const |
Get the scaling value for marking connections as strong. Default value is 1/3. |
Paramters needed to check whether a node depends on another.
Dune::Amg::DependencyParameters::DependencyParameters | ( | ) | [inline] |
Constructor.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].