version 3.8
Dumux::Experimental::MultiStage Namespace Reference

Multi-stage time stepping scheme implementations.

Classes

class  DIRKThirdOrderAlexander
 Third order DIRK scheme. More...
 
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...