dune-istl 2.10
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Dune::Amg::ConstructionArgs< SeqILU< M, X, Y > > Class Template Reference

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

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

Public Member Functions

 ConstructionArgs (int n=0)
 
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 SequentialInformationgetComm ()
 
const SmootherArgs getArgs () const
 

Protected Attributes

const Matrix * matrix_
 

Member Function Documentation

◆ getArgs()

const SmootherArgs Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::getArgs ( ) const
inlineinherited

◆ getComm()

const SequentialInformation & Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::getComm ( )
inlineinherited

◆ getMatrix()

const Matrix & Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::getMatrix ( ) const
inlineinherited

◆ setArgs()

void Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::setArgs ( const SmootherArgs args)
inlineinherited

◆ setComm()

void Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::setComm ( T1 &  comm)
inlineinherited

◆ setMatrix() [1/2]

void Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::setMatrix ( const Matrix &  matrix)
inlineinherited

◆ setMatrix() [2/2]

virtual void Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::setMatrix ( const Matrix &  matrix,
const AggregatesMap amap 
)
inlinevirtualinherited

Member Data Documentation

◆ matrix_

const Matrix* Dune::Amg::DefaultConstructionArgs< SeqILU< M, X, Y > >::matrix_
protectedinherited

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