MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLuSmootherClasses

The main MueLu smoother classes. More...

Classes

class  MueLu::Amesos2Smoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Class that encapsulates Amesos2 direct solvers. More...
 
class  MueLu::AmesosSmoother< Node >
 Class that encapsulates Amesos direct solvers. More...
 
class  MueLu::BelosSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Class that encapsulates Belos smoothers. More...
 
class  MueLu::DirectSolver< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Class that encapsulates direct solvers. Autoselection of AmesosSmoother or Amesos2Smoother according to the compile time configuration of Trilinos. More...
 
class  MueLu::Ifpack2Smoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Class that encapsulates Ifpack2 smoothers. More...
 
class  MueLu::IfpackSmoother< Node >
 Class that encapsulates Ifpack smoothers. More...
 
class  MergedSmoother
 
class  MueLu::PermutingSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 This class first calculates row- and column permutation operators and applies a smoother to the permuted linear system. More...
 
class  MueLu::ProjectorSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 This class enables the elimination of the nullspace component of the solution through the use of projection. More...
 
class  MueLu::SmootherBase< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Base class for smoothers. More...
 
class  MueLu::SmootherFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Generic Smoother Factory for generating the smoothers of the MG hierarchy. More...
 
class  MueLu::Smoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Base class for smoother factories. More...
 
class  MueLu::SmootherPrototype< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Base class for smoother prototypes. More...
 
class  MueLu::TrilinosSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >
 Class that encapsulates external library smoothers. More...
 

Detailed Description

The main MueLu smoother classes.

See the MueLu User's manual in muelu/doc/UsersGuide for smoother options.