Reference documentation for deal.II version 9.1.0-pre
Namespaces | Classes | Functions
Algorithms Namespace Reference

Namespaces

 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.

Author
Guido Kanschat
Date
2012, 2013

Function Documentation

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 170 of file operator.h.

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

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

Definition at line 304 of file event.h.