ASCOT5
|
Magnetic field simulation data. More...
#include <B_field.h>
Data Fields | |
B_field_type | type |
B_GS_data | BGS |
B_2DS_data | B2DS |
B_3DS_data | B3DS |
B_STS_data | BSTS |
B_TC_data | BTC |
Magnetic field simulation data.
This struct holds data necessary for simulation. The struct is initialized from the B_field_offload_data in B_field_init().
The intended usage is that only single B_field_data is used at the time, and the type of the data is declared with the "type" field.
B_field_type B_field_data::type |
B_2DS_data B_field_data::B2DS |
B_3DS_data B_field_data::B3DS |
B_STS_data B_field_data::BSTS |