dune-istl
2.5.0
|
Construction Arguments for the default smoothers. More...
#include <dune/istl/paamg/smoother.hh>
Public Member Functions | |
virtual | ~DefaultConstructionArgs () |
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_ |
Construction Arguments for the default smoothers.