MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_IfpackSmoother.hpp File Reference
#include "MueLu_ConfigDefs.hpp"
#include <Teuchos_ParameterList.hpp>
#include <Xpetra_Matrix.hpp>
#include <Xpetra_MultiVectorFactory_fwd.hpp>
#include "MueLu_SmootherPrototype.hpp"
#include "MueLu_Exceptions.hpp"
#include "MueLu_Level_fwd.hpp"
#include "MueLu_FactoryBase_fwd.hpp"
#include "MueLu_Utilities_fwd.hpp"
#include "MueLu_UseShortNames.hpp"

Go to the source code of this file.

Classes

class  MueLu::IfpackSmoother< Node >
 Class that encapsulates Ifpack smoothers. More...
 

Namespaces

 MueLu
 Namespace for MueLu classes and methods.
 

Macros

#define MUELU_IFPACKSMOOTHER_SHORT
 

Functions

template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node >
RCP< MueLu::SmootherPrototype
< Scalar, LocalOrdinal,
GlobalOrdinal, Node > > 
MueLu::GetIfpackSmoother (const std::string &="", const Teuchos::ParameterList &=Teuchos::ParameterList(), const LocalOrdinal &=0)
 
template<>
RCP< MueLu::SmootherPrototype
< double, int, int,
Xpetra::EpetraNode > > 
MueLu::GetIfpackSmoother< double, int, int, Xpetra::EpetraNode > (const std::string &type, const Teuchos::ParameterList &paramList, const int &overlap)
 

Macro Definition Documentation

#define MUELU_IFPACKSMOOTHER_SHORT

Definition at line 226 of file MueLu_IfpackSmoother.hpp.