#include <dune/istl/paamg/smoother.hh>
Public Types | |
enum | Overlap { vertex, aggregate, pairwise, none } |
typedef T | RelaxationFactor |
The type of the relaxation factor. | |
Public Member Functions | |
SeqOverlappingSchwarzSmootherArgs (Overlap overlap_=vertex) | |
Public Attributes | |
Overlap | overlap |
int | iterations |
The numbe of iterations to perform. | |
RelaxationFactor | relaxationFactor |
The relaxation factor to use. |
typedef T Dune::Amg::DefaultSmootherArgs< T >::RelaxationFactor [inherited] |
The type of the relaxation factor.
enum Dune::Amg::SeqOverlappingSchwarzSmootherArgs::Overlap |