|
dune-istl 2.10
|
#include <dune/istl/paamg/smoother.hh>

Public Member Functions | |
| virtual | ~DefaultConstructionArgs () |
| template<class... Args> | |
| void | setMatrix (const Args &...) |
| void | setArgs (const SmootherArgs &args) |
| template<class T1> | |
| void | setComm (T1 &comm) |
| const SequentialInformation & | getComm () |
| const SmootherArgs | getArgs () const |
| const Matrix & | getMatrix () const |
Protected Attributes | |
| const Matrix * | matrix_ |
|
inline |
|
protected |