Data structure containing 4 needed RK4 registers. More...
#include <particles_data.h>
Public Attributes | |
Particle< RT > | p_p |
Particle< RT > | p_a |
Particle< RT > | p_c |
Particle< RT > | p_f |
Data structure containing 4 needed RK4 registers.
Data structure used for an RK4 integration; contains registers p_x for a Particle<RT> : _p, _a, _c, _f
RT | simulation real type |