ASCOT5
Loading...
Searching...
No Matches
dist_6D.h
Go to the documentation of this file.
1
5#ifndef DIST_6D_H
6#define DIST_6D_H
7
8#include <stdlib.h>
9#include "../ascot5.h"
10#include "../particle.h"
11
48
95
96void dist_6D_init(dist_6D_data* dist_data, dist_6D_offload_data* offload_data,
97 real* offload_array);
99 particle_simd_fo* p_i);
101 particle_simd_gc* p_i);
102
103#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
void dist_6D_update_fo(dist_6D_data *dist, particle_simd_fo *p_f, particle_simd_fo *p_i)
Update the histogram from full-orbit particles.
Definition dist_6D.c:121
void dist_6D_init(dist_6D_data *dist_data, dist_6D_offload_data *offload_data, real *offload_array)
Initializes distribution from offload data.
Definition dist_6D.c:58
void dist_6D_update_gc(dist_6D_data *dist, particle_simd_gc *p_f, particle_simd_gc *p_i)
Update the histogram from guiding-center particles.
Definition dist_6D.c:187
Header file for particle.c.
Histogram parameters on target.
Definition dist_6D.h:52
real max_phi
Definition dist_6D.h:59
real min_phi
Definition dist_6D.h:58
size_t step_7
Definition dist_6D.h:91
real * histogram
Definition dist_6D.h:93
size_t step_3
Definition dist_6D.h:87
real min_pz
Definition dist_6D.h:74
real max_pz
Definition dist_6D.h:75
real min_time
Definition dist_6D.h:78
size_t step_5
Definition dist_6D.h:89
real min_q
Definition dist_6D.h:82
size_t step_4
Definition dist_6D.h:88
real max_pphi
Definition dist_6D.h:71
real max_time
Definition dist_6D.h:79
real min_pphi
Definition dist_6D.h:70
real min_pr
Definition dist_6D.h:66
real max_pr
Definition dist_6D.h:67
size_t step_6
Definition dist_6D.h:90
size_t step_1
Definition dist_6D.h:85
real max_z
Definition dist_6D.h:63
real min_r
Definition dist_6D.h:54
real max_r
Definition dist_6D.h:55
real max_q
Definition dist_6D.h:83
size_t step_2
Definition dist_6D.h:86
real min_z
Definition dist_6D.h:62
Histogram parameters that will be offloaded to target.
Definition dist_6D.h:15
Struct representing NSIMD particle markers.
Definition particle.h:210
Struct representing NSIMD guiding center markers.
Definition particle.h:275