Loading [MathJax]/extensions/tex2jax.js
3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes
Dumux::Experimental::MultiStage Namespace Reference

Multi-stage time stepping scheme implementations. More...

Description

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...