Collaboration diagram for Time schemes:

Classes

class  backwardDdtScheme< Type >
 Second-order backward-differencing ddt using the current and two previous time-step values. More...
 
class  boundedDdtScheme< Type >
 Bounded form of the selected ddt scheme. More...
 
class  CoEulerDdtScheme< Type >
 Courant number limited first-order Euler implicit/explicit ddt. More...
 
class  CrankNicolsonDdtScheme< Type >
 Second-oder Crank-Nicolson implicit ddt using the current and previous time-step fields as well as the previous time-step ddt. More...
 
class  ddtScheme< Type >
 Abstract base class for ddt schemes. More...
 
class  EulerDdtScheme< Type >
 Basic first-order Euler implicit/explicit ddt using only the current and previous time-step values. More...
 
class  localEulerDdtScheme< Type >
 Local time-step first-order Euler implicit/explicit ddt. More...
 
class  SLTSDdtScheme< Type >
 Stabilised local time-step first-order Euler implicit/explicit ddt. The time-step is adjusted locally so that an advective equations remains diagonally dominant. More...
 
class  steadyStateDdtScheme< Type >
 SteadyState implicit/explicit ddt which returns 0. More...
 

Detailed Description

This group contains finite volume time schemes