Dune::Amg::SeqOverlappingSchwarzSmootherArgs< T > Struct Template Reference
[Parallel Algebraic Multigrid]

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

Inheritance diagram for Dune::Amg::SeqOverlappingSchwarzSmootherArgs< T >:
Inheritance graph

List of all members.

Public Types

enum  Overlap { vertex, aggregate, pairwise, none }
typedef T RelaxationFactor
 The type of the relaxation factor.

Public Member Functions

 SeqOverlappingSchwarzSmootherArgs (Overlap overlap_=vertex, bool onthefly_=false)

Public Attributes

Overlap overlap
bool onthefly
int iterations
 The numbe of iterations to perform.
RelaxationFactor relaxationFactor
 The relaxation factor to use.

template<class T>
struct Dune::Amg::SeqOverlappingSchwarzSmootherArgs< T >


Member Typedef Documentation

template<class T >
typedef T Dune::Amg::DefaultSmootherArgs< T >::RelaxationFactor [inherited]

The type of the relaxation factor.


Member Enumeration Documentation

Enumerator:
vertex 
aggregate 
pairwise 
none 

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].