ASCOT5
|
Struct for storing Wiener processes. More...
#include <mccc_wiener.h>
Data Fields | |
int | nextslot [MCCC_NSLOTS] |
real | time [MCCC_NSLOTS] |
real | wiener [MCCC_NDIM *MCCC_NSLOTS] |
Struct for storing Wiener processes.
Elements of this struct should not be changed outside mccc package.
Definition at line 28 of file mccc_wiener.h.
int mccc_wienarr::nextslot[MCCC_NSLOTS] |
Integer array where each element shows where the next wiener process is located. Indexing starts from 0 and element points to itself if it is the last element
Definition at line 29 of file mccc_wiener.h.
real mccc_wienarr::time[MCCC_NSLOTS] |
Time instances for different Wiener processes
Definition at line 33 of file mccc_wiener.h.
real mccc_wienarr::wiener[MCCC_NDIM *MCCC_NSLOTS] |
Ndim x Nslot array of Wiener process values
Definition at line 35 of file mccc_wiener.h.