MueLu Version of the Day
|
Base class for factories (e.g., R, P, and A_coarse). More...
#include <MueLu_FactoryBase.hpp>
Public Member Functions | |
FactoryBase () | |
Constructor. | |
virtual | ~FactoryBase () |
Destructor. | |
![]() | |
virtual | ~BaseClass () |
Destructor. | |
![]() | |
VerboseObject () | |
virtual | ~VerboseObject () |
Destructor. | |
VerbLevel | GetVerbLevel () const |
Get the verbosity level. | |
void | SetVerbLevel (const VerbLevel verbLevel) |
Set the verbosity level of this object. | |
int | GetProcRankVerbose () const |
Get proc rank used for printing. Do not use this information for any other purpose. | |
int | SetProcRankVerbose (int procRank) const |
Set proc rank used for printing. | |
bool | IsPrint (MsgType type, int thisProcRankOnly=-1) const |
Find out whether we need to print out information for a specific message type. | |
Teuchos::FancyOStream & | GetOStream (MsgType type, int thisProcRankOnly=0) const |
Get an output stream for outputting the input message type. | |
Teuchos::FancyOStream & | GetBlackHole () const |
![]() | |
virtual | ~Describable () |
Destructor. | |
virtual void | describe (Teuchos::FancyOStream &out_arg, const VerbLevel verbLevel=Default) const |
virtual std::string | description () const |
Return a simple one-line description of this object. | |
void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
Print the object with some verbosity level to an FancyOStream object. | |
virtual std::string | ShortClassName () const |
Return the class name of the object, without template parameters and without namespace. | |
Access factory properties | |
const int | id_ |
int | GetID () const |
return unique factory id | |
static int | GenerateUniqueId () |
Build methods. | |
virtual void | CallBuild (Level &requestedLevel) const =0 |
virtual void | CallDeclareInput (Level &requestedLevel) const =0 |
Additional Inherited Members | |
![]() | |
static void | SetDefaultVerbLevel (const VerbLevel defaultVerbLevel) |
Set the default (global) verbosity level. | |
static VerbLevel | GetDefaultVerbLevel () |
Get the default (global) verbosity level. | |
static void | SetMueLuOStream (const Teuchos::RCP< Teuchos::FancyOStream > &mueluOStream) |
static void | SetMueLuOFileStream (const std::string &filename) |
static Teuchos::RCP< Teuchos::FancyOStream > | GetMueLuOStream () |
Base class for factories (e.g., R, P, and A_coarse).
Definition at line 60 of file MueLu_FactoryBase.hpp.
|
inline |
Constructor.
Definition at line 66 of file MueLu_FactoryBase.hpp.
|
inlinevirtual |
Destructor.
Definition at line 71 of file MueLu_FactoryBase.hpp.
|
pure virtual |
Implemented in MueLu::SmootherPrototype< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type >::node_type >, MueLu::SmootherPrototype< double, int, int, Xpetra::EpetraNode >, MueLu::SmootherPrototype< double, int, int, typename SmootherPrototype< double, int, int >::node_type >, MueLu::SmootherPrototype< double, int, GlobalOrdinal, Node >, MueLu::NoFactory, MueLu::SingleLevelFactoryBase, and MueLu::TwoLevelFactoryBase.
|
pure virtual |
Implemented in MueLu::NoFactory, MueLu::SingleLevelFactoryBase, MueLu::TwoLevelFactoryBase, MueLu::SmootherPrototype< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type >::node_type >, MueLu::SmootherPrototype< double, int, int, Xpetra::EpetraNode >, MueLu::SmootherPrototype< double, int, int, typename SmootherPrototype< double, int, int >::node_type >, and MueLu::SmootherPrototype< double, int, GlobalOrdinal, Node >.
|
inline |
return unique factory id
Definition at line 86 of file MueLu_FactoryBase.hpp.
|
staticprivate |
Definition at line 51 of file MueLu_FactoryBase.cpp.
|
private |
Definition at line 98 of file MueLu_FactoryBase.hpp.