template<class Init, class Coefficients>
          DiagOrnsteinUhlenbeck class
        
        Diagonal Ornstein-Uhlenbeck SDE used polymorphically with DiffEq.
Contents
The template arguments specify policies and are used to configure the behavior of the class. The policies are:
- Init - initialization policy, see DiffEq/InitPolicy.h
- Coefficients - coefficients policy, see DiffEq/DiagOrnsteinUhlenbeckCoeffPolicy.h
Constructors, destructors, conversion operators
- 
              DiagOrnsteinUhlenbeck(ncomp_t c) explicit 
- Constructor.
Public functions
- void initialize(int stream, tk::Particles& particles)
- 
              void advance(tk::Particles& particles,
              int stream,
              tk::real dt, tk:: real, const std::map<tk:: ctr:: Product, tk:: real>&) 
- Advance particles according to the system of diagonal Orsntein-Uhlenbeck SDEs.
Function documentation
              
                template<class Init, class Coefficients>
              
               walker::
            Constructor.
| Parameters | |
|---|---|
| c in | Index specifying which system of diagonal Ornstein-Uhlenbeck SDEs to construct. There can be multiple diag_ou ... end blocks in a control file. This index specifies which diagonal Ornstein-Uhlenbeck SDE system to instantiate. The index corresponds to the order in which the diag_ou ... end blocks are given the control file. | 
              
                template<class Init, class Coefficients>
              
              void walker::
            | Parameters | |
|---|---|
| stream in | Thread (or more precisely stream) ID | 
| particles in/out | Array of particle properties | 
Initalize SDE, prepare for time integration
Set initial conditions using initialization policy
              
                template<class Init, class Coefficients>
              
              void walker::
            Advance particles according to the system of diagonal Orsntein-Uhlenbeck SDEs.
| Parameters | |
|---|---|
| particles in/out | Array of particle properties | 
| stream in | Thread (or more precisely stream) ID | 
| dt in | Time step size |