dune-istl 2.10
|
#include <dune/istl/paamg/smoother.hh>
Public Types | |
typedef MatrixGraph< M >::VertexDescriptor | VertexDescriptor |
typedef Dune::Amg::AggregatesMap< VertexDescriptor > | AggregatesMap |
typedef AggregatesMap::AggregateDescriptor | AggregateDescriptor |
typedef SeqOverlappingSchwarz< M, X, TM, TS, TA >::subdomain_vector | Vector |
typedef Vector::value_type | Subdomain |
Public Member Functions | |
virtual void | setMatrix (const M &matrix, const AggregatesMap &amap) |
void | setMatrix (const M &matrix) |
const Vector & | getSubDomains () |
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 SequentialInformation & | getComm () |
const SmootherArgs | getArgs () const |
Protected Attributes | |
const Matrix * | matrix_ |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
|
protectedinherited |