Loading [MathJax]/extensions/TeX/newcommand.js
 |
Reference documentation for deal.II version 9.2.0
|
\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\}}
Go to the documentation of this file.
16 #ifndef dealii_conditional_ostream_h
17 #define dealii_conditional_ostream_h
116 template <
typename T>
130 operator<<(std::ostream &(*p)(std::ostream &))
const;
168 inline std::ostream &
const ConditionalOStream & operator<<(const T &t) const
std::ostream & get_stream() const
void set_condition(const bool active)
#define DEAL_II_NAMESPACE_OPEN
std::ostream & output_stream
ConditionalOStream(std::ostream &stream, const bool active=true)
#define DEAL_II_NAMESPACE_CLOSE