3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
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...