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

Public Member Functions | |
| virtual | ~DefaultParallelConstructionArgs () |
| void | setComm (const C &comm) |
| const C & | getComm () const |
| void | setMatrix (const Matrix &matrix) |
| virtual void | setMatrix (const Matrix &matrix, const AggregatesMap &amap) |
| const Matrix & | getMatrix () const |
| void | setArgs (const SmootherArgs &args) |
| template<class T1> | |
| void | setComm (T1 &comm) |
| const SequentialInformation & | getComm () |
| const SmootherArgs | getArgs () const |
Protected Attributes | |
| const Matrix * | matrix_ |