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

Electric field offload data. More...

#include <E_field.h>

Data Fields

E_field_type type
 
E_TC_offload_data ETC
 
E_1DS_offload_data E1DS
 
int offload_array_length
 

Detailed Description

Electric field offload data.

This struct holds data necessary for offloading. The struct is initialized in E_field_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 39 of file E_field.h.

Field Documentation

◆ type

E_field_type E_field_offload_data::type

Electric field type wrapped by this struct

Definition at line 40 of file E_field.h.

◆ ETC

E_TC_offload_data E_field_offload_data::ETC

TC field or NULL if not active

Definition at line 41 of file E_field.h.

◆ E1DS

E_1DS_offload_data E_field_offload_data::E1DS

1DS field or NULL if not active

Definition at line 42 of file E_field.h.

◆ offload_array_length

int E_field_offload_data::offload_array_length

Allocated offload array length

Definition at line 43 of file E_field.h.


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