Constants in Dune::XT::Common

int Dune::XT::Common::Configuration

global Configuration instance

const int Dune::XT::Common::LogDefault

No documentation provided.

const int Dune::XT::Common::LogMax

No documentation provided.

int Dune::XT::Common::Logging

No documentation provided.

int Dune::XT::Common::TimedLogging

Global instance of the timed logger. This global logger instance is intended to be used in two ways: - Many classes or functions use this instance to log info, debug or warning messages. You can do so in your code by calling the TimedLogging::get() method, providing an identifier that should resemble the current scope:

Note

Debug logging is only enabled if DUNE_XT_COMMON_TIMEDLOGGING_ENABLE_DEBUG is true (which is by default the case if NDEBUG is not defined) but you might still want to guard calls to logger.debug() for performance reasons.

const int Dune::XT::Common::Timer

returns a Timer started at program startup, measuring the seconds elapsed since then

int Dune::XT::Common::Timings

global profiler object

const size_t Dune::XT::Common::default_max_highlight_level

No documentation provided.

const size_t Dune::XT::Common::default_rng_string_length

No documentation provided.

const std::size_t Dune::XT::Common::default_to_string_precision

No documentation provided.