MueLu Version of the Day
|
#include <Teuchos_VerbosityLevel.hpp>
Go to the source code of this file.
Namespaces | |
namespace | MueLu |
Namespace for MueLu classes and methods. | |
Typedefs | |
typedef int | MueLu::VerbLevel |
Enumerations | |
enum | MueLu::MsgType { MueLu::Errors = 0x00000001 , MueLu::Warnings0 = 0x00000010 , MueLu::Warnings00 = 0x00000020 , MueLu::Warnings1 = 0x00000040 , MueLu::PerfWarnings = 0x00000080 , MueLu::Runtime0 = 0x00000100 , MueLu::Runtime1 = 0x00000200 , MueLu::RuntimeTimings = 0x00000400 , MueLu::NoTimeReport = 0x00000800 , MueLu::Parameters0 = 0x00001000 , MueLu::Parameters1 = 0x00002000 , MueLu::Statistics0 = 0x00010000 , MueLu::Statistics1 = 0x00020000 , MueLu::Statistics2 = 0x00040000 , MueLu::Timings0 = 0x00100000 , MueLu::Timings1 = 0x00200000 , MueLu::TimingsByLevel = 0x00400000 , MueLu::External = 0x01000000 , MueLu::Debug = 0x02000000 , MueLu::Developer = 0x04000000 , MueLu::Test0 = 0x10000000 , MueLu::Test1 = 0x20000000 , MueLu::Warnings = Warnings0 | Warnings00 | Warnings1 | PerfWarnings , MueLu::Runtime = Runtime0 | Runtime1 , MueLu::Parameters = Parameters0 | Parameters1 , MueLu::Statistics = Statistics0 | Statistics1 | Statistics2 , MueLu::Timings = Timings0 | Timings1 | TimingsByLevel , MueLu::Test = Test0 | Test1 | Runtime0 , MueLu::InterfaceTest = Test0 | Runtime0 , MueLu::None = 0 , MueLu::Low = Errors | Warnings0 | Statistics0 , MueLu::Medium = Errors | Warnings0 | Runtime0 | Parameters0 | Statistics0 | Statistics1 | Timings0 , MueLu::High = Errors | Warnings | Runtime | Parameters | Statistics0 | Statistics1 | Timings , MueLu::Extreme = Errors | Warnings | Runtime | Parameters | Statistics | Timings | External | Developer , MueLu::Default = High , MueLu::NotSpecified = -1 } |
Functions | |
VerbLevel | MueLu::toMueLuVerbLevel (const Teuchos::EVerbosityLevel verbLevel) |
Translate Teuchos verbosity level to MueLu verbosity level. | |
MsgType | MueLu::toVerbLevel (const std::string &verbLevelStr) |