Reference documentation for deal.II version 9.0.0
|
Classes | |
class | EmbeddedExplicitRungeKutta |
class | ExplicitRungeKutta |
class | ImplicitRungeKutta |
class | RungeKutta |
class | TimeStepping |
Enumerations | |
enum | runge_kutta_method |
enum | embedded_runge_kutta_time_step |
Namespace containing the time stepping methods.
The following Runge-Kutta methods are available:
Definition at line 56 of file time_stepping.h.
Reason for exiting evolve_one_time_step when using an embedded method: DELTA_T (the time step is in the valid range), MIN_DELTA_T (the time step was increased to the minimum acceptable time step), MAX_DELTA_T (the time step was reduced to the maximum acceptable time step).
Definition at line 71 of file time_stepping.h.