Go to the source code of this file.
|
namespace | MueLu |
| Namespace for MueLu classes and methods.
|
|
◆ MUELU_DESCRIBE
Value: using std::endl; \
Teuchos::FancyOStream& out0 = (VerboseObject::GetProcRankVerbose() == 0) ? out : VerboseObject::GetBlackHole(); \
\
if ((verbLevel & Runtime1) && (!(verbLevel & Parameters0))) \
out << description() << std::endl; \
else if (verbLevel & Runtime0) \
out << BaseClass::description() << std::endl; \
\
Teuchos::OSTab tab1(out); \
Helper macro for implementing Describable::describe() for BaseClass objects.
Definition at line 82 of file MueLu_BaseClass.hpp.
◆ MUELU_BASECLASS_SHORT
#define MUELU_BASECLASS_SHORT |