Reference documentation for deal.II version 9.0.0
|
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) |
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.
|
inline |
Set the step number in OutputOperator by shifting an integer value.
Definition at line 163 of file operator.h.
OS & operator<< | ( | OS & | o, |
const Event & | e | ||
) |
Output shift operator for events. Calls Event::print().