Class that provides default factories within Needs class.
More...
#include <MueLu_FactoryManagerBase.hpp>
|
| | FactoryManagerBase () |
| |
| virtual | ~FactoryManagerBase ()=default |
| | Destructor.
|
| |
| virtual const RCP< const FactoryBase > | GetFactory (const std::string &varName) const =0 |
| | Get.
|
| |
| virtual bool | hasFactory (const std::string &varName) const =0 |
| | Check.
|
| |
| virtual void | Clean () const |
| |
| bool | IgnoreUserData () const |
| | get IgnoreUserData flag
|
| |
| void | SetIgnoreUserData (bool bIgnoreUserData=false) |
| | set IgnoreUserData flag
|
| |
| virtual | ~BaseClass ()=default |
| | 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.
|
| |
Class that provides default factories within Needs class.
Definition at line 27 of file MueLu_FactoryManagerBase.hpp.
◆ FactoryManagerBase()
| MueLu::FactoryManagerBase::FactoryManagerBase |
( |
| ) |
|
|
inline |
◆ ~FactoryManagerBase()
| virtual MueLu::FactoryManagerBase::~FactoryManagerBase |
( |
| ) |
|
|
virtualdefault |
◆ GetFactory()
| virtual const RCP< const FactoryBase > MueLu::FactoryManagerBase::GetFactory |
( |
const std::string & |
varName | ) |
const |
|
pure virtual |
◆ hasFactory()
| virtual bool MueLu::FactoryManagerBase::hasFactory |
( |
const std::string & |
varName | ) |
const |
|
pure virtual |
◆ Clean()
| virtual void MueLu::FactoryManagerBase::Clean |
( |
| ) |
const |
|
inlinevirtual |
◆ IgnoreUserData()
| bool MueLu::FactoryManagerBase::IgnoreUserData |
( |
| ) |
const |
|
inline |
◆ SetIgnoreUserData()
| void MueLu::FactoryManagerBase::SetIgnoreUserData |
( |
bool |
bIgnoreUserData = false | ) |
|
|
inline |
◆ bIgnoreUserData_
| bool MueLu::FactoryManagerBase::bIgnoreUserData_ |
|
private |
boolean flag that controls behaviour of Level::GetFactory if bIgnoreUserData == true, the Level::GetFactory function always asks the Factory manager for a valid factory given a variable name if bIgnoreUserData == false, the Level::GetFactory prefers user-provided data for a variable name if available. Otherwise the factory manager is asked for a valid factory default: bIgnoreUserData = false;
Definition at line 68 of file MueLu_FactoryManagerBase.hpp.
The documentation for this class was generated from the following file: