Multi-stage time stepping scheme implementations. More...
Multi-stage time stepping scheme implementations.
Classes | |
class | ExplicitEuler |
An explicit Euler time stepping scheme. More... | |
class | ImplicitEuler |
An implicit Euler time stepping scheme. More... | |
class | RungeKuttaExplicitFourthOrder |
Classical explicit fourth order Runge-Kutta scheme. More... | |
class | Theta |
A theta time stepping scheme theta=1.0 is an implicit Euler scheme, theta=0.0 an explicit Euler scheme, theta=0.5 is a Cranck-Nicholson scheme. More... | |