MueLu
Version of the Day
|
#include <string>
#include <algorithm>
#include <ostream>
#include "Teuchos_FancyOStream.hpp"
#include "Teuchos_RCPDecl.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_Utils.hpp"
#include "MueLu_VerbosityLevel.hpp"
#include "MueLu_BaseClass.hpp"
#include "MueLu_FactoryBase_fwd.hpp"
#include "MueLu_Level.hpp"
#include "MueLu_TimeMonitor.hpp"
Go to the source code of this file.
Classes | |
struct | MueLu::FormattingHelper |
class | MueLu::PrintMonitor |
class | MueLu::Monitor |
Timer to be used in non-factories. More... | |
class | MueLu::SubMonitor |
Timer to be used in non-factories. Similar to Monitor, but doesn't print object description. More... | |
class | MueLu::FactoryMonitor |
Timer to be used in factories. Similar to Monitor but with additional timers. More... | |
class | MueLu::SubFactoryMonitor |
Timer to be used in factories. Similar to SubMonitor but adds a timer level by level. More... | |
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Macros | |
#define | MUELU_TIMER_AS_STRING |
#define MUELU_TIMER_AS_STRING |
Definition at line 185 of file MueLu_Monitor.hpp.