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

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
 

Detailed Description

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.

Definition at line 38 of file wall.h.

Field Documentation

◆ type

wall_type wall_offload_data::type

Wall model type wrapped by this struct

Definition at line 39 of file wall.h.

◆ w2d

wall_2d_offload_data wall_offload_data::w2d

2D model or NULL if not active

Definition at line 40 of file wall.h.

◆ w3d

wall_3d_offload_data wall_offload_data::w3d

3D model or NULL if not active

Definition at line 41 of file wall.h.

◆ offload_array_length

int wall_offload_data::offload_array_length

Allocated offload array length

Definition at line 42 of file wall.h.

◆ int_offload_array_length

int wall_offload_data::int_offload_array_length

Allocated int offload array length

Definition at line 43 of file wall.h.


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