dune-istl
2.8.0
|
#include <dune/istl/paamg/smoother.hh>
Public Member Functions | |
void | setMatrix (const Matrix &matrix) |
virtual void | setMatrix (const Matrix &matrix, [[maybe_unused]] const AggregatesMap &amap) |
const Matrix & | getMatrix () const |
void | setArgs (const SmootherArgs &args) |
template<class T1 > | |
void | setComm ([[maybe_unused]] T1 &comm) |
const SequentialInformation & | getComm () |
const SmootherArgs | getArgs () const |
Protected Attributes | |
const Matrix * | matrix_ |