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

Neutral offload data. More...

#include <neutral.h>

Data Fields

neutral_type type
 
N0_1D_offload_data N01D
 
N0_3D_offload_data N03D
 
int offload_array_length
 

Detailed Description

Neutral offload data.

This struct holds data necessary for offloading. The struct is initialized in neutral_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 37 of file neutral.h.

Field Documentation

◆ type

neutral_type neutral_offload_data::type

Neutral data type wrapped by this struct

Definition at line 38 of file neutral.h.

◆ N01D

N0_1D_offload_data neutral_offload_data::N01D

1D field or NULL if not active

Definition at line 39 of file neutral.h.

◆ N03D

N0_3D_offload_data neutral_offload_data::N03D

3D field or NULL if not active

Definition at line 40 of file neutral.h.

◆ offload_array_length

int neutral_offload_data::offload_array_length

Allocated offload array length

Definition at line 41 of file neutral.h.


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