Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Namespaces | Enumerations
time_stepping.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/signaling_nan.h>
#include <functional>
#include <vector>

Go to the source code of this file.

Classes

class  TimeStepping::TimeStepping< VectorType >
 
struct  TimeStepping::TimeStepping< VectorType >::Status
 
class  TimeStepping::RungeKutta< VectorType >
 
class  TimeStepping::ExplicitRungeKutta< VectorType >
 
struct  TimeStepping::ExplicitRungeKutta< VectorType >::Status
 
class  TimeStepping::ImplicitRungeKutta< VectorType >
 
struct  TimeStepping::ImplicitRungeKutta< VectorType >::Status
 
class  TimeStepping::EmbeddedExplicitRungeKutta< VectorType >
 
struct  TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status
 

Namespaces

 TimeStepping
 

Enumerations

enum  TimeStepping::runge_kutta_method {
  TimeStepping::FORWARD_EULER, TimeStepping::RK_THIRD_ORDER, TimeStepping::RK_CLASSIC_FOURTH_ORDER, TimeStepping::BACKWARD_EULER,
  TimeStepping::IMPLICIT_MIDPOINT, TimeStepping::CRANK_NICOLSON, TimeStepping::SDIRK_TWO_STAGES, TimeStepping::HEUN_EULER,
  TimeStepping::BOGACKI_SHAMPINE, TimeStepping::DOPRI, TimeStepping::FEHLBERG, TimeStepping::CASH_KARP,
  TimeStepping::invalid
}
 
enum  TimeStepping::embedded_runge_kutta_time_step { TimeStepping::DELTA_T, TimeStepping::MIN_DELTA_T, TimeStepping::MAX_DELTA_T }