Go to the documentation of this file.
46 #ifndef MUELU_VERBOSITYLEVEL_HPP
47 #define MUELU_VERBOSITYLEVEL_HPP
49 #include <Teuchos_VerbosityLevel.hpp>
96 #ifdef HAVE_MUELU_DEBUG
Print skeleton for the run, i.e. factory calls and used parameters.
Description of what is happening (more verbose)
One-liner description of what is happening.
Important warning messages (one line)
Print class parameters (more parameters, more verbose)
VerbLevel toMueLuVerbLevel(const Teuchos::EVerbosityLevel verbLevel)
Print external lib objects.
High level timing information (use Teuchos::TimeMonitor::summarize() to print)
Namespace for MueLu classes and methods.
Record timing information level by level. Must be used in combinaison with Timings0/Timings1.
Print additional debugging information.
Timers that are enabled (using Timings0/Timings1) will be printed during the execution.
Print statistics that do not involve significant additional computation.
Print description of what is going on.
By default, enabled timers appears in the teuchos time monitor summary. Use this option if you do not...
Important warning messages (more verbose)
Print all warning messages.
Print even more statistics.
Detailed timing information (use Teuchos::TimeMonitor::summarize() to print)
Print all timing information.