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

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
 

Detailed Description

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.

Definition at line 40 of file plasma.h.

Field Documentation

◆ type

plasma_type plasma_offload_data::type

Plasma data type wrapped by this struct

Definition at line 41 of file plasma.h.

◆ plasma_1D

plasma_1D_offload_data plasma_offload_data::plasma_1D

1D data or NULL if not active

Definition at line 42 of file plasma.h.

◆ plasma_1Dt

plasma_1Dt_offload_data plasma_offload_data::plasma_1Dt

1D data or NULL if not active

Definition at line 43 of file plasma.h.

◆ plasma_1DS

plasma_1DS_offload_data plasma_offload_data::plasma_1DS

1DS data or NULL if not active

Definition at line 44 of file plasma.h.

◆ offload_array_length

int plasma_offload_data::offload_array_length

Allocated offload array length

Definition at line 45 of file plasma.h.


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