ASCOT5
|
Plasma offload data. More...
#include <plasma.h>
Data Fields | |
plasma_type | type |
plasma_1D_offload_data | plasma_1D |
plasma_1Dt_offload_data | plasma_1Dt |
plasma_1DS_offload_data | plasma_1DS |
int | offload_array_length |
Plasma offload data.
This struct holds data necessary for offloading. The struct is initialized in plasma_init_offload().
The intended usage is that only single offload data is used at the time, and the type of the data is declared with the "type" field.
plasma_type plasma_offload_data::type |
plasma_1D_offload_data plasma_offload_data::plasma_1D |
plasma_1Dt_offload_data plasma_offload_data::plasma_1Dt |
plasma_1DS_offload_data plasma_offload_data::plasma_1DS |
int plasma_offload_data::offload_array_length |