ASCOT5
|
MHD simulation data. More...
#include <mhd.h>
Data Fields | |
mhd_type | type |
mhd_stat_data | stat |
mhd_nonstat_data | nonstat |
MHD simulation data.
This struct holds data necessary for simulation. The struct is initialized from the mhd_offload_data in mhd_init().
The intended usage is that only single mhd_data is used at the time, and the type of the data is declared with the "type" field.
mhd_stat_data mhd_data::stat |
mhd_nonstat_data mhd_data::nonstat |