dune-istl  2.1.1
Public Member Functions | Protected Attributes
Dune::Amg::ConstructionArgs< SeqILUn< M, X, Y > > Class Template Reference

#include <dune/istl/paamg/smoother.hh>

Inheritance diagram for Dune::Amg::ConstructionArgs< SeqILUn< M, X, Y > >:
Inheritance graph

List of all members.

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_

template<class M, class X, class Y>
class Dune::Amg::ConstructionArgs< SeqILUn< M, X, Y > >


Member Function Documentation

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]
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]
void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setMatrix ( const Matrix &  matrix) [inline, inherited]
virtual void Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::setMatrix ( const Matrix &  matrix,
const AggregatesMap amap 
) [inline, virtual, inherited]

Member Data Documentation

const Matrix* Dune::Amg::DefaultConstructionArgs< SeqILUn< M, X, Y > >::matrix_ [protected, inherited]

The documentation for this class was generated from the following file: