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
58
59int dist_rho6D_init(dist_rho6D_data* dist_data);
60void dist_rho6D_free(dist_rho6D_data* dist_data);
61void dist_rho6D_offload(dist_rho6D_data* dist_data);
63 particle_simd_fo* p_i);
65 particle_simd_gc* p_i);
66
67#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
void dist_rho6D_offload(dist_rho6D_data *dist_data)
Offload data to the accelerator.
Definition dist_rho6D.c:69
int dist_rho6D_init(dist_rho6D_data *dist_data)
Initializes distribution data.
Definition dist_rho6D.c:34
void dist_rho6D_free(dist_rho6D_data *dist_data)
Free allocated resources.
Definition dist_rho6D.c:60
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:159
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:86
Header file for particle.c.
Histogram parameters on 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