Definition file for class TimeStepping. More...
Classes | |
class | TimeStepping |
To solve time stepping problems, i.e. systems of linear ordinary differential equations of the form [A2]{y"} + [A1]{y'} + [A0]{y} = {b}. More... | |
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
ostream & | operator<< (ostream &s, TimeStepping &ts) |
Output differential system information. More... | |
Definition file for class TimeStepping.