Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Algorithms Namespace Reference

Namespaces

namespace  Events
 

Classes

class  DoFOutputOperator
 
class  Event
 
class  Newton
 
class  OperatorBase
 
class  OutputOperator
 
class  ThetaTimestepping
 
class  TimestepControl
 
struct  TimestepData
 

Functions

template<typename VectorType >
OutputOperator< VectorType > & operator<< (OutputOperator< VectorType > &out, unsigned int step)
 
template<class OS >
OS & operator<< (OS &o, const Event &e)
 

Detailed Description

Namespace containing numerical algorithms in a unified form.

All algorithmic classes in this namespace are derived from either Operator or OutputOperator, depending on whether they return a value or not. See the documentation of those classes for more detailed information on how to use them.

Function Documentation

◆ operator<<() [1/2]

template<typename VectorType >
OutputOperator< VectorType > & operator<< ( OutputOperator< VectorType > & out,
unsigned int step )
inline

Set the step number in OutputOperator by shifting an integer value.

Definition at line 151 of file operator.h.

◆ operator<<() [2/2]

template<class OS >
OS & operator<< ( OS & o,
const Event & e )

Output shift operator for events. Calls Event::print().

Definition at line 291 of file event.h.