21 std::ostringstream errStr;
22 errStr <<
"LevelID = " << requestedLevel.
GetLevelID();
31 #ifdef HAVE_MUELU_DEBUG
33 TEUCHOS_TEST_FOR_EXCEPTION((multipleCallCheck_ == ENABLED) && (multipleCallCheckGlobal_ == ENABLED) && (lastLevelID_ == levelID),
35 this->
ShortClassName() <<
"::Build() called twice for the same level (levelID=" << levelID
36 <<
"). This is likely due to a configuration error, or calling hierarchy setup multiple times "
37 <<
"without resetting debug info through FactoryManager::ResetDebugData().");
38 if (multipleCallCheck_ == FIRSTCALL)
39 multipleCallCheck_ = ENABLED;
41 lastLevelID_ = levelID;
52 comm = prevLevel->GetComm();
virtual const Teuchos::ParameterList & GetParameterList() const
Teuchos::FancyOStream & GetOStream(MsgType type, int thisProcRankOnly=0) const
Get an output stream for outputting the input message type.
std::string toString(const T &what)
Little helper function to convert non-string types to strings.
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
RCP< ParameterList > RemoveFactoriesFromList(const ParameterList &list) const
Integrates Teuchos::TimeMonitor with MueLu verbosity system.
virtual std::string ShortClassName() const
Return the class name of the object, without template parameters and without namespace.
virtual void CallDeclareInput(Level &requestedLevel) const
Class that holds all level-specific information.
bool IsPrint(MsgType type, int thisProcRankOnly=-1) const
Find out whether we need to print out information for a specific message type.
virtual void Build(Level &fineLevel, Level &coarseLevel) const =0
Build an object with this factory.
virtual ~TwoLevelFactoryBase()
Destructor.
RCP< Level > & GetPreviousLevel()
Previous level.
int SetProcRankVerbose(int procRank) const
Set proc rank used for printing.
TwoLevelFactoryBase()
Constructor.
int GetLevelID() const
Return level number.
Exception throws to report errors in the internal logical of the program.
RCP< const Teuchos::Comm< int > > GetComm() const
virtual void DeclareInput(Level &fineLevel, Level &coarseLevel) const =0
Input.
virtual void CallBuild(Level &requestedLevel) const
Exception throws to report data dependency problems between factories.