#include <dune/istl/paamg/smoother.hh>
Public Types | |
typedef SeqOverlappingSchwarz < M, X, MultiplicativeSchwarzMode, b, TA > | Smoother |
typedef Smoother::range_type | Range |
typedef Smoother::domain_type | Domain |
Static Public Member Functions | |
static void | preSmooth (Smoother &smoother, Domain &v, const Range &d) |
static void | postSmooth (Smoother &smoother, Domain &v, const Range &d) |
typedef SeqOverlappingSchwarz<M,X,MultiplicativeSchwarzMode,b,TA> Dune::Amg::SmootherApplier< SeqOverlappingSchwarz< M, X, MultiplicativeSchwarzMode, b, TA > >::Smoother |