ASCOT5
|
Reusable struct for storing marker specific data during the simulation loop. More...
#include <rfof.h>
Data Fields | |
void * | p [NSIMD] |
void * | history_array [NSIMD] |
void * | diag_array [NSIMD] |
int | nrow [NSIMD] |
int | ncol [NSIMD] |
Reusable struct for storing marker specific data during the simulation loop.
The data in this struct is altered during the simulation. Only pointers are stored as the actual data is stored on the Fortran side.
void* rfof_marker::p[NSIMD] |
void* rfof_marker::history_array[NSIMD] |
void* rfof_marker::diag_array[NSIMD] |
int rfof_marker::nrow[NSIMD] |
int rfof_marker::ncol[NSIMD] |