ASCOT5
|
Wall model offload data. More...
#include <wall.h>
Data Fields | |
wall_type | type |
wall_2d_offload_data | w2d |
wall_3d_offload_data | w3d |
int | offload_array_length |
int | int_offload_array_length |
Wall model offload data.
This struct holds data necessary for offloading. The struct is initialized in wall_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.
wall_type wall_offload_data::type |
wall_2d_offload_data wall_offload_data::w2d |
wall_3d_offload_data wall_offload_data::w3d |
int wall_offload_data::offload_array_length |
int wall_offload_data::int_offload_array_length |