ASCOT5
Loading...
Searching...
No Matches
Data Fields
mccc_wienarr Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ nextslot

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.

◆ time

real mccc_wienarr::time[MCCC_NSLOTS]

Time instances for different Wiener processes

Definition at line 33 of file mccc_wiener.h.

◆ wiener

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.


The documentation for this struct was generated from the following file: