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(); \
\
out << description() << std::endl; \
out << BaseClass::description() << std::endl; \
\
Teuchos::OSTab tab1(out); \
@ Runtime0
One-liner description of what is happening.
@ Runtime1
Description of what is happening (more verbose)
@ Parameters0
Print class parameters.
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 |