dune-istl 2.8.0
|
Parameters needed to check whether a node depends on another. More...
#include <dune/istl/paamg/parameters.hh>
Public Member Functions | |
DependencyParameters () | |
Constructor. More... | |
void | setBeta (double b) |
Set threshold for marking nodes as isolated. The default value is 1.0E-5. More... | |
double | beta () const |
Get the threshold for marking nodes as isolated. The default value is 1.0E-5. More... | |
void | setAlpha (double a) |
Set the scaling value for marking connections as strong. Default value is 1/3. More... | |
double | alpha () const |
Get the scaling value for marking connections as strong. Default value is 1/3. More... | |
Parameters needed to check whether a node depends on another.