|
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::dwar |
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::dwau |
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::dwor |
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::dwou |
| | Standard gaussian noise buffers. More...
|
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::buf_y1 |
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::buf_f0 |
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::buf_f1 |
| | Integration buffers. More...
|
| |
| real(kind=8), dimension(:), allocatable | rk2_stoch_integrator::anoise |
| | Additive noise term. More...
|
| |
| type(coolist), dimension(:), allocatable | rk2_stoch_integrator::int_tensor |
| | Dummy tensor that will hold the tendencies tensor. More...
|
| |