ASCOT5
Loading...
Searching...
No Matches
dist_rho5D.h
Go to the documentation of this file.
1
5#ifndef DIST_RHO5D_H
6#define DIST_RHO5D_H
7
8#include <stdlib.h>
9#include "../ascot5.h"
10#include "../particle.h"
11
53
58 particle_simd_fo* p_i);
60 particle_simd_gc* p_i);
61
62#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
int dist_rho5D_init(dist_rho5D_data *data)
Initializes distribution data.
Definition dist_rho5D.c:35
void dist_rho5D_free(dist_rho5D_data *data)
Free the allocated resources.
Definition dist_rho5D.c:61
void dist_rho5D_offload(dist_rho5D_data *data)
Offload data to the accelerator.
Definition dist_rho5D.c:70
void dist_rho5D_update_gc(dist_rho5D_data *dist, particle_simd_gc *p_f, particle_simd_gc *p_i)
Update the histogram from guiding center markers.
Definition dist_rho5D.c:167
void dist_rho5D_update_fo(dist_rho5D_data *dist, particle_simd_fo *p_f, particle_simd_fo *p_i)
Update the histogram from full-orbit particles.
Definition dist_rho5D.c:87
Header file for particle.c.
Histogram parameters.
Definition dist_rho5D.h:15
Struct representing NSIMD particle markers.
Definition particle.h:210
Struct representing NSIMD guiding center markers.
Definition particle.h:275