CosmoGRaPH v0.0
Public Attributes | List of all members
cosmo::ParticleRegister< RT > Struct Template Reference

Data structure containing 4 needed RK4 registers. More...

#include <particles_data.h>

Collaboration diagram for cosmo::ParticleRegister< RT >:
Collaboration graph
[legend]

Public Attributes

Particle< RT > p_p
 
Particle< RT > p_a
 
Particle< RT > p_c
 
Particle< RT > p_f
 

Detailed Description

template<typename RT>
struct cosmo::ParticleRegister< RT >

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

Template Parameters
RTsimulation real type

The documentation for this struct was generated from the following file: