dune-istl 2.8.0
|
#include <dune/istl/paamg/smoother.hh>
Public Types | |
enum | Overlap { vertex , aggregate , pairwise , none } |
typedef FieldTraits< T >::real_type | 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. | |