#include <dune/istl/paamg/smoother.hh>
Public Member Functions | |
ConstructionArgs (int n=1) | |
void | setN (int n) |
int | getN () |
void | setMatrix (const Matrix &matrix) |
virtual void | setMatrix (const Matrix &matrix, const AggregatesMap &amap) |
const Matrix & | getMatrix () const |
void | setArgs (const SmootherArgs &args) |
void | setComm (T1 &comm) |
const SmootherArgs | getArgs () const |
Protected Attributes | |
const Matrix * | matrix_ |
Dune::Amg::ConstructionArgs< SeqILUn< M, X, Y > >::ConstructionArgs | ( | int | n = 1 |
) | [inline] |
const SmootherArgs Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::getArgs | ( | ) | const [inline, inherited] |
const Matrix& Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::getMatrix | ( | ) | const [inline, inherited] |
References Dune::Amg::DefaultConstructionArgs< T >::matrix_.
void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setArgs | ( | const SmootherArgs & | args | ) | [inline, inherited] |
void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setComm | ( | T1 & | comm | ) | [inline, inherited] |
virtual void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setMatrix | ( | const Matrix & | matrix, | |
const AggregatesMap & | amap | |||
) | [inline, virtual, inherited] |
void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setMatrix | ( | const Matrix & | matrix | ) | [inline, inherited] |
References Dune::Amg::DefaultConstructionArgs< T >::matrix_.
const Matrix* Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::matrix_ [protected, inherited] |