ASCOT5
Loading...
Searching...
No Matches
dist_rho6D.h
Go to the documentation of this file.
1
5#ifndef DIST_RHO6D_H
6#define DIST_RHO6D_H
7
8#include <stdlib.h>
9#include "../ascot5.h"
10#include "../particle.h"
11
48
95
96void dist_rho6D_init(dist_rho6D_data* dist_data, dist_rho6D_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_rho6D_update_gc(dist_rho6D_data *dist, particle_simd_gc *p_f, particle_simd_gc *p_i)
Update the histogram from guiding-center particles.
Definition dist_rho6D.c:195
void dist_rho6D_init(dist_rho6D_data *dist_data, dist_rho6D_offload_data *offload_data, real *offload_array)
Initializes distribution from offload data.
Definition dist_rho6D.c:58
void dist_rho6D_update_fo(dist_rho6D_data *dist, particle_simd_fo *p_f, particle_simd_fo *p_i)
Update the histogram from full-orbit particles.
Definition dist_rho6D.c:122
Header file for particle.c.
Histogram parameters on target.
Definition dist_rho6D.h:52
Histogram parameters that will be offloaded to target.
Definition dist_rho6D.h:15
Struct representing NSIMD particle markers.
Definition particle.h:210
Struct representing NSIMD guiding center markers.
Definition particle.h:275