21#ifdef HAVE_MUELU_DEBUG
24 TEUCHOS_TEST_FOR_EXCEPTION((multipleCallCheck_ == ENABLED) && (multipleCallCheckGlobal_ == ENABLED) && (lastLevelID_ == levelID),
26 this->
ShortClassName() <<
"::Build() called twice for the same level (levelID=" << levelID
27 <<
"). This is likely due to a configuration error, or calling hierarchy setup multiple times "
28 <<
"without resetting debug info through FactoryManager::ResetDebugData().");
29 if (multipleCallCheck_ == FIRSTCALL)
30 multipleCallCheck_ = ENABLED;
32 lastLevelID_ = levelID;
35 RCP<const Teuchos::Comm<int> > comm = requestedLevel.
GetComm();
41 if (!prevLevel.is_null())
42 comm = prevLevel->GetComm();
56 Build(requestedLevel);
virtual std::string ShortClassName() const
Return the class name of the object, without template parameters and without namespace.
Exception throws to report errors in the internal logical of the program.
RCP< ParameterList > RemoveFactoriesFromList(const ParameterList &list) const
Class that holds all level-specific information.
RCP< Level > & GetPreviousLevel()
Previous level.
RCP< const Teuchos::Comm< int > > GetComm() const
int GetLevelID() const
Return level number.
virtual const Teuchos::ParameterList & GetParameterList() const
virtual void DeclareInput(Level ¤tLevel) const =0
Specifies the data that this class needs, and the factories that generate that data.
virtual ~SingleLevelFactoryBase()
Destructor.
virtual void Build(Level ¤tLevel) const =0
Build an object with this factory.
SingleLevelFactoryBase()
Constructor.
virtual void CallDeclareInput(Level &requestedLevel) const
virtual void CallBuild(Level &requestedLevel) const
Integrates Teuchos::TimeMonitor with MueLu verbosity system.
Teuchos::FancyOStream & GetOStream(MsgType type, int thisProcRankOnly=0) const
Get an output stream for outputting the input message type.
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.
Namespace for MueLu classes and methods.
@ Test0
Print factory calls.
@ Test1
Print used parameters.
std::string toString(const T &what)
Little helper function to convert non-string types to strings.