dune-istl
2.6-git
|
#include <dune/istl/paamg/smoother.hh>
Public Types | |
enum | Overlap { vertex, aggregate, pairwise, none } |
typedef T | RelaxationFactor |
The type of the relaxation factor. More... | |
Public Member Functions | |
SeqOverlappingSchwarzSmootherArgs (Overlap overlap_=vertex, bool onthefly_=false) | |
Public Attributes | |
Overlap | overlap |
bool | onthefly |
int | iterations |
The numbe of iterations to perform. More... | |
RelaxationFactor | relaxationFactor |
The relaxation factor to use. More... | |