MueLu
Version of the Day
|
#include "MueLu_ConfigDefs.hpp"
#include <Teuchos_ParameterList.hpp>
#include <Xpetra_Matrix_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::AmesosSmoother< Node > |
Class that encapsulates Amesos direct solvers. More... | |
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Macros | |
#define | MUELU_AMESOSSMOOTHER_SHORT |
Functions | |
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > | |
RCP< MueLu::SmootherPrototype < Scalar, LocalOrdinal, GlobalOrdinal, Node > > | MueLu::GetAmesosSmoother (const std::string &="", const Teuchos::ParameterList &=Teuchos::ParameterList()) |
Non-member templated function GetAmesosSmoother() returns a new AmesosSmoother object. More... | |
#define MUELU_AMESOSSMOOTHER_SHORT |
Definition at line 215 of file MueLu_AmesosSmoother.hpp.