Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20:02+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
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::LowStorageRungeKutta< VectorType >
 
struct  TimeStepping::LowStorageRungeKutta< VectorType >::Status
 
class  TimeStepping::ImplicitRungeKutta< VectorType >
 
struct  TimeStepping::ImplicitRungeKutta< VectorType >::Status
 
class  TimeStepping::EmbeddedExplicitRungeKutta< VectorType >
 
struct  TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status
 

Namespaces

namespace  TimeStepping
 

Enumerations

enum  TimeStepping::runge_kutta_method {
  TimeStepping::FORWARD_EULER , TimeStepping::RK_THIRD_ORDER , TimeStepping::SSP_THIRD_ORDER , TimeStepping::RK_CLASSIC_FOURTH_ORDER ,
  TimeStepping::LOW_STORAGE_RK_STAGE3_ORDER3 , TimeStepping::LOW_STORAGE_RK_STAGE5_ORDER4 , TimeStepping::LOW_STORAGE_RK_STAGE7_ORDER4 , TimeStepping::LOW_STORAGE_RK_STAGE9_ORDER5 ,
  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 }