Reference documentation for deal.II version GIT relicensing-136-gb80d0be4af 2024-03-18 08:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Functions | Variables
logstream.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/smartpointer.h>
#include <deal.II/base/subscriptor.h>
#include <deal.II/base/thread_local_storage.h>
#include <cmath>
#include <memory>
#include <sstream>
#include <stack>
#include <string>

Go to the source code of this file.

Classes

class  LogStream
 
class  LogStream::Prefix
 

Functions

template<typename T >
LogStreamoperator<< (LogStream &log, const T &t)
 

Variables

LogStream deallog
 

Function Documentation

◆ operator<<()

template<typename T >
LogStream & operator<< ( LogStream log,
const T &  t 
)
inline

Output a constant something through LogStream:

Note
We declare this operator as a non-member function so that it is possible to overload it with more specialized templated versions under C++11 overload resolution rules

Definition at line 404 of file logstream.h.

Variable Documentation

◆ deallog

LogStream deallog
extern

The standard log object of deal.II:

Definition at line 36 of file logstream.cc.